From 20400a931e232551cbf4283e5481aad7f5188aec Mon Sep 17 00:00:00 2001 From: Shon Ferguson <shonferg@users.sourceforge.net> Date: Tue, 22 Aug 2006 07:05:31 +0000 Subject: [PATCH] Altered exception message for NiTriBasedGeomData::SetTriangles Casting functions now check for NULL as of last commit. --- obj/NiTriBasedGeomData.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obj/NiTriBasedGeomData.cpp b/obj/NiTriBasedGeomData.cpp index 2983d645..3e50a1d0 100644 --- a/obj/NiTriBasedGeomData.cpp +++ b/obj/NiTriBasedGeomData.cpp @@ -135,5 +135,5 @@ float NiTriBasedGeomData::GetRadius() const { } void NiTriBasedGeomData::SetTriangles( const vector<Triangle> & in ) { - throw runtime_error("SetTriangles is a must be implemented in the derived class."); + throw runtime_error("SetTriangles is not implemented for this object."); } \ No newline at end of file -- GitLab