From 9d03c41f73a4076f02cf3d5278691ffdd0303d8c Mon Sep 17 00:00:00 2001 From: Tazpn <tazpn@users.sourceforge.net> Date: Wed, 14 Jun 2006 23:20:16 +0000 Subject: [PATCH] Give access to Triangles and other helper data on trishapedata. --- obj/NiTriShapeData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obj/NiTriShapeData.h b/obj/NiTriShapeData.h index 25c6ef1d..43eadc48 100644 --- a/obj/NiTriShapeData.h +++ b/obj/NiTriShapeData.h @@ -31,7 +31,7 @@ public: virtual const Type & GetType() const; protected: NI_TRI_SHAPE_DATA_MEMBERS - +public: //--Match Detection--// //Re-implemented only to casue match detection data to be cleared -- GitLab