mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Recast: remove comment of a fixed issue
Fixed in commit 1dbc9cd52adc99c537a45215ab1761d3a53e2306.
This commit is contained in:
parent
9bbab5b15e
commit
ffeebd96d2
@ -478,7 +478,7 @@ void NavMeshTesterTool::handleMenu()
|
||||
const bool noAnimtype = i == ANIMTYPE_NONE;
|
||||
|
||||
const TraverseAnimType_e animTypeIndex = noAnimtype ? ANIMTYPE_NONE : TraverseAnimType_e((int)baseType + i);
|
||||
const char* animtypeName = noAnimtype ? "none" : g_traverseAnimTypeNames[animTypeIndex]; // todo(amos): crashes sometimes when animTypeIndex = ANIMTYPE_NONE
|
||||
const char* animtypeName = noAnimtype ? "none" : g_traverseAnimTypeNames[animTypeIndex];
|
||||
|
||||
isEnabled = m_traverseAnimType == animTypeIndex;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user