Removing unmatched QReadWriteLock::unlock() call

This commit is contained in:
Brad Davis 2015-03-18 22:32:06 -07:00
parent f800b29682
commit 91906d619f

View file

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