summaryrefslogtreecommitdiffhomepage
path: root/Opcode/OPC_LSSAABBOverlap.h
diff options
context:
space:
mode:
Diffstat (limited to 'Opcode/OPC_LSSAABBOverlap.h')
-rw-r--r--Opcode/OPC_LSSAABBOverlap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Opcode/OPC_LSSAABBOverlap.h b/Opcode/OPC_LSSAABBOverlap.h
index 0b03dbd..43a2da2 100644
--- a/Opcode/OPC_LSSAABBOverlap.h
+++ b/Opcode/OPC_LSSAABBOverlap.h
@@ -499,7 +499,7 @@ static float SqrDistance(const Ray& rkLine, const IcePoint& center, const IcePoi
return fSqrDistance;
}
-inline_ float OPC_SegmentOBBSqrDist(const Segment& segment, const IcePoint& c0, const IcePoint& e0)
+inline_ float OPC_SegmentOBBSqrDist(const IceSegment& segment, const IcePoint& c0, const IcePoint& e0)
{
float fLP;
float fSqrDistance = SqrDistance(Ray(segment.GetOrigin(), segment.ComputeDirection()), c0, e0, &fLP);