3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-27 00:15:32 +02:00

Fix debug builds

This commit is contained in:
Clement 2019-08-23 17:04:54 -07:00
parent 860b5d0970
commit a607984d4e

View file

@ -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() {