mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-08-15 23:59:59 +00:00
rename handleTools to drawToolsUI
This commit is contained in:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user