mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Merge pull request #16096 from Atlante45/fix/debug-builds
Fix debug builds
This commit is contained in:
commit
3a24f58149
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
|
||||
// overhaul the applyPairwiseFilter() logic to handle multiple instances.
|
||||
++_numCharacterControllers;
|
||||
assert(numCharacterControllers == 1);
|
||||
assert(_numCharacterControllers == 1);
|
||||
}
|
||||
|
||||
CharacterController::~CharacterController() {
|
||||
|
|
Loading…
Reference in a new issue