Skip to content

Commit c4b3fde

Browse files
committed
Subdiv 4max
1 parent 0db5755 commit c4b3fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Scripts/Subdivision/Interface.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public void DoGUI()
6767
}
6868
}
6969

70-
subDivision = RGUI.Slider(subDivision, 1, 6, "Subdivision");
70+
subDivision = RGUI.Slider(subDivision, 1, 4, "Subdivision");
7171

7272
using (new GUILayout.HorizontalScope())
7373
{

0 commit comments

Comments
 (0)