Skip to content

Commit

Permalink
merged refactor and fixed range of host and sym max age on gui
Browse files Browse the repository at this point in the history
  • Loading branch information
Anya Vostinar committed Mar 23, 2022
1 parent 6f2cc43 commit 22269aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions source/SymAnimate.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ class SymAnimate : public UI::Animate {

config_panel.SetRange("HOST_INT", "-2", "1");
config_panel.SetRange("SYM_INT", "-2", "1");
config_panel.SetRange("SYM_AGE_MAX", "-1", "1000");
config_panel.SetRange("HOST_AGE_MAX", "-1", "1000");


animation.SetCSS("flex-grow", "1");
Expand Down
2 changes: 1 addition & 1 deletion web/symbulation.js

Large diffs are not rendered by default.

Binary file modified web/symbulation.wasm
Binary file not shown.

0 comments on commit 22269aa

Please sign in to comment.