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_VolumeCollider.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Opcode/OPC_VolumeCollider.h') diff --git a/Opcode/OPC_VolumeCollider.h b/Opcode/OPC_VolumeCollider.h index 05ea693..5c39ea3 100644 --- a/Opcode/OPC_VolumeCollider.h +++ b/Opcode/OPC_VolumeCollider.h @@ -93,8 +93,8 @@ Container* mTouchedPrimitives; //!< List of touched primitives // Dequantization coeffs - Point mCenterCoeff; - Point mExtentsCoeff; + IcePoint mCenterCoeff; + IcePoint mExtentsCoeff; // Stats udword mNbVolumeBVTests; //!< Number of Volume-BV tests udword mNbVolumePrimTests; //!< Number of Volume-Primitive tests -- cgit v1.1