summaryrefslogtreecommitdiffhomepage
path: root/Opcode/Ice/IceTrilist.h
diff options
context:
space:
mode:
Diffstat (limited to 'Opcode/Ice/IceTrilist.h')
-rw-r--r--Opcode/Ice/IceTrilist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Opcode/Ice/IceTrilist.h b/Opcode/Ice/IceTrilist.h
index 7a8d9de..d5f7c70 100644
--- a/Opcode/Ice/IceTrilist.h
+++ b/Opcode/Ice/IceTrilist.h
@@ -29,7 +29,7 @@
Add(tri.mVerts[2].x).Add(tri.mVerts[2].y).Add(tri.mVerts[2].z);
}
- void AddTri(const Point& p0, const Point& p1, const Point& p2)
+ void AddTri(const IcePoint& p0, const IcePoint& p1, const IcePoint& p2)
{
Add(p0.x).Add(p0.y).Add(p0.z);
Add(p1.x).Add(p1.y).Add(p1.z);