Fix incorrect box shape translation reset

Fixes incorrect placement of collision box for "azura spirit_trib"
loadfix
scrawl 10 years ago
parent ad38345de4
commit 5fa7536427

@ -133,8 +133,6 @@ void ManualBulletShapeLoader::loadResource(Ogre::Resource *resource)
mResourceName = mShape->getName();
mShape->mCollide = false;
mBoundingBox = NULL;
mShape->mBoxTranslation = Ogre::Vector3(0,0,0);
mShape->mBoxRotation = Ogre::Quaternion::IDENTITY;
mStaticMesh = NULL;
mCompoundShape = NULL;

Loading…
Cancel
Save