NetLogo / LevelSpace

This is the LevelSpace extension repository. LevelSpace allows you to run NetLogo models |: from inside NetLogo models :|
Other
19 stars 8 forks source link

Give GUI models their own speed slider #58

Closed qiemem closed 8 years ago

qiemem commented 9 years ago

Currently, GUI models' speed sliders are hardwired to the parent models speed slider. The more I work with LS, the more I think this is a mistake. This only really matters for situations where models are locked tick-for-tick. It also makes code super gross and leads to some of our GCing problems.

Maybe the speed sliders should default to max (since that's usually what you want), but still be displayed and changeable.

qiemem commented 8 years ago

Fixed by b0b1c654ac11092e0596eda09561ca6ab106dd43