remove incorrect assert

This commit is contained in:
Andrew Meadows 2019-08-16 15:36:09 -07:00
parent 434af8bdfb
commit 4f0c2c5ee6

View file

@ -689,7 +689,6 @@ void PhysicsEngine::bumpAndPruneContacts(ObjectMotionState* motionState) {
}
void PhysicsEngine::setCharacterController(CharacterController* character) {
assert(!_myAvatarCharacterController);
_myAvatarController = character;
}