From 78e29455c5cb4acce769498a5a32be6a3c6085b4 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 8 Dec 2011 16:00:07 +0000 Subject: Fixing up faulty references to class "Point" to "IcePoint" --- Opcode/OPC_OptimizedTree.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Opcode/OPC_OptimizedTree.h') diff --git a/Opcode/OPC_OptimizedTree.h b/Opcode/OPC_OptimizedTree.h index 7bfe06f..cda2959 100644 --- a/Opcode/OPC_OptimizedTree.h +++ b/Opcode/OPC_OptimizedTree.h @@ -190,8 +190,8 @@ IMPLEMENT_COLLISION_TREE(AABBQuantizedTree, AABBQuantizedNode) public: - Point mCenterCoeff; - Point mExtentsCoeff; + IcePoint mCenterCoeff; + IcePoint mExtentsCoeff; }; class OPCODE_API AABBQuantizedNoLeafTree : public AABBOptimizedTree @@ -199,8 +199,8 @@ IMPLEMENT_COLLISION_TREE(AABBQuantizedNoLeafTree, AABBQuantizedNoLeafNode) public: - Point mCenterCoeff; - Point mExtentsCoeff; + IcePoint mCenterCoeff; + IcePoint mExtentsCoeff; }; #endif // __OPC_OPTIMIZEDTREE_H__ -- cgit v1.1