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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user