Fix wrong assert

This commit is contained in:
Néstor Subirón 2020-05-17 21:01:49 +02:00 committed by bernat
parent ae6d327d1f
commit 66166399bb
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ namespace nav {
return;
}
DEBUG_ASSERT(_crowd != nullptr);
DEBUG_ASSERT(_crowd == nullptr);
// create and init
_crowd = dtAllocCrowd();