Skip to content
Snippets Groups Projects
Commit 20400a93 authored by Shon Ferguson's avatar Shon Ferguson
Browse files

Altered exception message for NiTriBasedGeomData::SetTriangles

Casting functions now check for NULL as of last commit.
parent 91de3550
No related branches found
No related tags found
No related merge requests found
...@@ -135,5 +135,5 @@ float NiTriBasedGeomData::GetRadius() const { ...@@ -135,5 +135,5 @@ float NiTriBasedGeomData::GetRadius() const {
} }
void NiTriBasedGeomData::SetTriangles( const vector<Triangle> & in ) { 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment