mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 22:10:25 +02:00
Merge pull request #4475 from jherico/deadlock
Removing unmatched QReadWriteLock::unlock() call
This commit is contained in:
commit
ed63e339bc
1 changed files with 0 additions and 1 deletions
|
@ -342,7 +342,6 @@ void PhysicsEngine::stepSimulation() {
|
||||||
}
|
}
|
||||||
|
|
||||||
unlock();
|
unlock();
|
||||||
_avatarData->unlock();
|
|
||||||
_entityTree->unlock();
|
_entityTree->unlock();
|
||||||
|
|
||||||
computeCollisionEvents();
|
computeCollisionEvents();
|
||||||
|
|
Loading…
Reference in a new issue