mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-10 03:39:55 +00:00
Merge remote branch 'scrawl/shapefix'
This commit is contained in:
commit
e7fa1d94b8
@ -120,7 +120,7 @@ namespace MWWorld
|
||||
void PhysicsSystem::addObject (const std::string& handle, const std::string& mesh,
|
||||
const Ogre::Quaternion& rotation, float scale, const Ogre::Vector3& position)
|
||||
{
|
||||
OEngine::Physic::RigidBody* body = mEngine->createRigidBody(mesh,handle);
|
||||
OEngine::Physic::RigidBody* body = mEngine->createRigidBody(mesh,handle,scale);
|
||||
mEngine->addRigidBody(body);
|
||||
btTransform tr;
|
||||
tr.setOrigin(btVector3(position.x,position.y,position.z));
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 21b8456453242e132c85f92047cf9bce535c1b22
|
||||
Subproject commit 5aabf22c16dab6a2230845f90fe5fdf67eeeca32
|
Loading…
x
Reference in New Issue
Block a user