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

@@ -202,7 +202,7 @@ void Sample::resetCommonSettings()
partitionType = SAMPLE_PARTITION_WATERSHED;
}
void Sample::handleCommonSettings()
void Sample::drawCommonSettingsUI()
{
ImGui::SeparatorText("Rasterization");
DrawFloatSlider(&cellSize, 0.1f, 1.0f, "##Cell Size", "Cell Size", "%.2f");