mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-08-16 08:09:53 +00:00
renamed handleCommonSettings to drawCommonSettingsUI
This commit is contained in:
@@ -901,7 +901,7 @@ Sample_TempObstacles::~Sample_TempObstacles()
|
||||
|
||||
void Sample_TempObstacles::drawSettingsUI()
|
||||
{
|
||||
handleCommonSettings();
|
||||
drawCommonSettingsUI();
|
||||
ImGui::Checkbox("Keep Itermediate Results", &keepIntermediateResults);
|
||||
|
||||
ImGui::Text("Tiling");
|
||||
|
||||
Reference in New Issue
Block a user