Commit c374f1b7 authored by lukeph's avatar lukeph

no changes made:

Box = Mesh->getBoundingBox(); //can we remove this, the box is set on 'setMesh', and without it the user can set their own boundingbox (if the normal one is too small) without it being overwritten

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@716 dfc29bdd-3216-0410-991c-e03cc46cb475
parent ad57b918
...@@ -161,7 +161,7 @@ void CAnimatedMeshSceneNode::OnAnimate(u32 timeMs) ...@@ -161,7 +161,7 @@ void CAnimatedMeshSceneNode::OnAnimate(u32 timeMs)
if ( Mesh ) if ( Mesh )
{ {
Box = Mesh->getBoundingBox(); Box = Mesh->getBoundingBox(); //can we remove this, the box is set on 'setMesh', and without it the user can set their own boundingbox (if the normal one is too small) without it being overwritten
} }
IAnimatedMeshSceneNode::OnAnimate ( timeMs ); IAnimatedMeshSceneNode::OnAnimate ( timeMs );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment