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