Use static arrays of strings for tool and display names

This commit is contained in:
Graham Pentheny
2025-08-04 15:54:35 -04:00
parent 8428cd1525
commit 065fd54c81
6 changed files with 102 additions and 74 deletions

View File

@@ -1010,14 +1010,10 @@ void Sample_TempObstacles::handleTools()
ImGui::Separator();
ImGui::Indent();
if (tool)
{
tool->handleMenu();
}
ImGui::Unindent();
}
void Sample_TempObstacles::handleDebugMode()