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

@@ -290,7 +290,7 @@ void Sample_TileMesh::handleSettings()
ImGui::Separator();
}
void Sample_TileMesh::handleTools()
void Sample_TileMesh::drawToolsUI()
{
const SampleToolType currentType = !tool ? SampleToolType::NONE : tool->type();
#define TOOL(toolType, toolClass) \