Browse Source

change max value of magnitude

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

2
src/lsystem.nim

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

Loading…
Cancel
Save