mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-14 23:28:27 +02:00
remove incorrect assert
This commit is contained in:
parent
434af8bdfb
commit
4f0c2c5ee6
1 changed files with 0 additions and 1 deletions
|
@ -689,7 +689,6 @@ void PhysicsEngine::bumpAndPruneContacts(ObjectMotionState* motionState) {
|
|||
}
|
||||
|
||||
void PhysicsEngine::setCharacterController(CharacterController* character) {
|
||||
assert(!_myAvatarCharacterController);
|
||||
_myAvatarController = character;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue