From ffeebd96d287f17af9b579137d2ce4af38ef6317 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Tue, 9 Jul 2024 11:46:29 +0200 Subject: [PATCH] Recast: remove comment of a fixed issue Fixed in commit 1dbc9cd52adc99c537a45215ab1761d3a53e2306. --- src/naveditor/NavMeshTesterTool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/naveditor/NavMeshTesterTool.cpp b/src/naveditor/NavMeshTesterTool.cpp index c086885e..836bc913 100644 --- a/src/naveditor/NavMeshTesterTool.cpp +++ b/src/naveditor/NavMeshTesterTool.cpp @@ -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;