From 5e6773397cc101c7c3d08482efc456daa91734e9 Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 1 Oct 2021 22:52:04 +0200 Subject: Switched to use only one version of Opcode --- Opcode/Ice/IceAABB.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Opcode/Ice/IceAABB.h') diff --git a/Opcode/Ice/IceAABB.h b/Opcode/Ice/IceAABB.h index 2c2ce79..1ef671b 100644 --- a/Opcode/Ice/IceAABB.h +++ b/Opcode/Ice/IceAABB.h @@ -23,7 +23,7 @@ const sbyte* ComputeOutline(const IcePoint& local_eye, sdword& num) const; \ float ComputeBoxArea(const IcePoint& eye, const Matrix4x4& mat, float width, float height, sdword& num) const; \ bool IsInside(const AABB& box) const; \ - bool ComputePlanes(Plane* planes) const; \ + bool ComputePlanes(IcePlane* planes) const; \ bool ComputePoints(IcePoint* pts) const; \ const IcePoint* GetVertexNormals() const; \ const udword* GetEdges() const; \ -- cgit v1.1