Rename handleDebugMode to drawDebugUI

This commit is contained in:
Graham Pentheny
2025-08-05 13:48:40 -04:00
parent a68186daaf
commit 67e4ddfe34
9 changed files with 10 additions and 9 deletions

View File

@@ -333,7 +333,7 @@ void Sample_TileMesh::UI_DrawModeOption(DrawMode drawMode, bool enabled)
ImGui::EndDisabled();
}
void Sample_TileMesh::handleDebugMode()
void Sample_TileMesh::drawDebugUI()
{
ImGui::Text("Draw");
if (ImGui::BeginCombo("##drawMode", drawModeNames[static_cast<int>(this->drawMode)], 0))