boids load fix
parent
459680c543
commit
58647729c1
|
@ -1,5 +1,6 @@
|
||||||
+ 0.85:
|
+ 0.85:
|
||||||
|
|
||||||
|
- ENTER key on keypad should do something
|
||||||
- pane output in UI should use less memory
|
- pane output in UI should use less memory
|
||||||
- signal 4 on datastack underflow on mac intel??
|
- signal 4 on datastack underflow on mac intel??
|
||||||
- why is a 'null' type inferred for the output of foo in
|
- why is a 'null' type inferred for the output of foo in
|
||||||
|
|
|
@ -287,7 +287,8 @@ run-boids ;
|
||||||
|
|
||||||
VARS: ns frame ;
|
VARS: ns frame ;
|
||||||
|
|
||||||
: control-panel-label ( string -- array ) <label> dup title-theme ;
|
: control-panel-label ( string -- array )
|
||||||
|
<label> dup reverse-video-theme ;
|
||||||
|
|
||||||
: control-panel-field ( label variable init -- shelf )
|
: control-panel-field ( label variable init -- shelf )
|
||||||
rot <label> -rot
|
rot <label> -rot
|
||||||
|
|
Loading…
Reference in New Issue