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

@@ -116,7 +116,7 @@ void Sample::setTool(SampleTool* newTool)
void Sample::handleSettings() {}
void Sample::handleTools() {}
void Sample::drawToolsUI() {}
void Sample::drawDebugUI() {}