1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-07-13 01:21:42 +00:00

fix crash introduced by last commit

This commit is contained in:
scrawl 2012-06-15 09:15:37 +02:00
parent b6744e6195
commit 0b850a2cb5

View file

@ -328,6 +328,8 @@ namespace Physic
dynamicsWorld->removeRigidBody(hf.mBody);
delete hf.mShape;
delete hf.mBody;
mHeightFieldMap.erase(name);
}
RigidBody* PhysicEngine::createRigidBody(std::string mesh,std::string name,float scale)