mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-09 21:52:11 +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();
|
||||
_avatarData->unlock();
|
||||
_entityTree->unlock();
|
||||
|
||||
computeCollisionEvents();
|
||||
|
|
Loading…
Reference in a new issue