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/Ice/IceTrilist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Opcode/Ice/IceTrilist.h') 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); -- cgit v1.1