renamed handleCommonSettings to drawCommonSettingsUI

This commit is contained in:
Graham Pentheny
2025-08-05 13:52:37 -04:00
parent a899c3cb0f
commit 6ebbb12684
5 changed files with 5 additions and 5 deletions

View File

@@ -901,7 +901,7 @@ Sample_TempObstacles::~Sample_TempObstacles()
void Sample_TempObstacles::drawSettingsUI()
{
handleCommonSettings();
drawCommonSettingsUI();
ImGui::Checkbox("Keep Itermediate Results", &keepIntermediateResults);
ImGui::Text("Tiling");