Fix wrong assert
This commit is contained in:
parent
ae6d327d1f
commit
66166399bb
|
@ -193,7 +193,7 @@ namespace nav {
|
|||
return;
|
||||
}
|
||||
|
||||
DEBUG_ASSERT(_crowd != nullptr);
|
||||
DEBUG_ASSERT(_crowd == nullptr);
|
||||
|
||||
// create and init
|
||||
_crowd = dtAllocCrowd();
|
||||
|
|
Loading…
Reference in New Issue