rename handleTools to drawToolsUI

This commit is contained in:
Graham Pentheny
2025-08-05 13:50:14 -04:00
parent a97ce303b8
commit 06ea1be2ae
9 changed files with 9 additions and 9 deletions

View File

@@ -979,7 +979,7 @@ void Sample_TempObstacles::handleSettings()
ImGui::Separator();
}
void Sample_TempObstacles::handleTools()
void Sample_TempObstacles::drawToolsUI()
{
const SampleToolType type = !tool ? SampleToolType::NONE : tool->type();