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

@@ -1016,7 +1016,7 @@ void Sample_TempObstacles::handleTools()
}
}
void Sample_TempObstacles::handleDebugMode()
void Sample_TempObstacles::drawDebugUI()
{
// Check which modes are valid.
bool valid[MAX_DRAWMODE];