mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Recast: allow for fully disabling poly cells
Setting it to 0 fully disables it, clamped from 0 to 128 now.
This commit is contained in:
parent
23c0e87735
commit
bfda37300c
@ -453,7 +453,7 @@ void Editor::handleCommonSettings()
|
||||
ImGui::SliderInt("Verts Per Poly", &m_vertsPerPoly, 3, 6);
|
||||
|
||||
#if DT_NAVMESH_SET_VERSION >= 8
|
||||
ImGui::SliderInt("Poly Cell Resolution", &m_polyCellRes, 1, 128);
|
||||
ImGui::SliderInt("Poly Cell Resolution", &m_polyCellRes, 0, 128);
|
||||
#endif
|
||||
|
||||
ImGui::Separator();
|
||||
|
Loading…
x
Reference in New Issue
Block a user