mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Remove unused getter for btCollisionWorld in PhysicsEngine
This commit is contained in:
parent
e5cb078133
commit
2576d502ab
1 changed files with 0 additions and 2 deletions
|
@ -95,8 +95,6 @@ public:
|
|||
const VectorOfMotionStates& getChangedMotionStates();
|
||||
const VectorOfMotionStates& getDeactivatedMotionStates() const { return _dynamicsWorld->getDeactivatedMotionStates(); }
|
||||
|
||||
const ThreadSafeDynamicsWorld* getDynamicsWorld() { return _dynamicsWorld; }
|
||||
|
||||
/// \return reference to list of Collision events. The list is only valid until beginning of next simulation loop.
|
||||
const CollisionEvents& getCollisionEvents();
|
||||
|
||||
|
|
Loading…
Reference in a new issue