Merge pull request #4475 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();