Recast: remove comment of a fixed issue

Fixed in commit 1dbc9cd52adc99c537a45215ab1761d3a53e2306.
This commit is contained in:
Kawe Mazidjatari 2024-07-09 11:46:29 +02:00
parent 9bbab5b15e
commit ffeebd96d2

View File

@ -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;