3
0
Fork 0
mirror of https://github.com/JulianGro/overte.git synced 2025-04-13 01:42:44 +02:00

Merge pull request from jherico/deadlock

Removing unmatched QReadWriteLock::unlock() call
This commit is contained in:
Seth Alves 2015-03-19 06:54:41 -07:00
commit ed63e339bc

View file

@ -342,7 +342,6 @@ void PhysicsEngine::stepSimulation() {
}
unlock();
_avatarData->unlock();
_entityTree->unlock();
computeCollisionEvents();