From 5e6773397cc101c7c3d08482efc456daa91734e9 Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 1 Oct 2021 22:52:04 +0200 Subject: Switched to use only one version of Opcode --- Opcode/OPC_LSSCollider.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Opcode/OPC_LSSCollider.h') diff --git a/Opcode/OPC_LSSCollider.h b/Opcode/OPC_LSSCollider.h index b5f07dc..a533419 100644 --- a/Opcode/OPC_LSSCollider.h +++ b/Opcode/OPC_LSSCollider.h @@ -64,7 +64,7 @@ bool Collide(LSSCache& cache, const LSS& lss, const AABBTree* tree); protected: // LSS in model space - Segment mSeg; //!< Segment + IceSegment mSeg; //!< IceSegment float mRadius2; //!< LSS radius squared // Internal methods void _Collide(const AABBCollisionNode* node); -- cgit v1.1