mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
more correct profiling
This commit is contained in:
parent
9b467e94da
commit
4bcb7b1ba9
1 changed files with 1 additions and 1 deletions
|
@ -115,8 +115,8 @@ void ThreadSafeDynamicsWorld::synchronizeMotionState(btRigidBody* body) {
|
|||
}
|
||||
|
||||
void ThreadSafeDynamicsWorld::synchronizeMotionStates() {
|
||||
_changedMotionStates.clear();
|
||||
BT_PROFILE("synchronizeMotionStates");
|
||||
_changedMotionStates.clear();
|
||||
if (m_synchronizeAllMotionStates) {
|
||||
//iterate over all collision objects
|
||||
for (int i=0;i<m_collisionObjects.size();i++) {
|
||||
|
|
Loading…
Reference in a new issue