Browse Source

change max value of magnitude

master
Wesley Kerfoot 3 years ago
parent
commit
4bb0c8bd87
  1. 2
      src/lsystem.nim

2
src/lsystem.nim

@ -273,7 +273,7 @@ proc guiLoop*() =
text="Size".cstring,
value=magnitude.addr,
minValue=1,
maxValue=100,
maxValue=500,
editMode=CheckCollisionPointRec(mouseVector, magnitudeBox))
GuiValueBox(bounds=angleBox,

Loading…
Cancel
Save