mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:47:30 +02:00
Fix debug builds
This commit is contained in:
parent
860b5d0970
commit
a607984d4e
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ CharacterController::CharacterController() {
|
||||||
// ATM CharacterController is a singleton. When we want more we'll have to
|
// ATM CharacterController is a singleton. When we want more we'll have to
|
||||||
// overhaul the applyPairwiseFilter() logic to handle multiple instances.
|
// overhaul the applyPairwiseFilter() logic to handle multiple instances.
|
||||||
++_numCharacterControllers;
|
++_numCharacterControllers;
|
||||||
assert(numCharacterControllers == 1);
|
assert(_numCharacterControllers == 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
CharacterController::~CharacterController() {
|
CharacterController::~CharacterController() {
|
||||||
|
|
Loading…
Reference in a new issue