boids load fix

release
slava 2006-09-04 01:27:03 +00:00
parent 459680c543
commit 58647729c1
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
+ 0.85:
- ENTER key on keypad should do something
- pane output in UI should use less memory
- signal 4 on datastack underflow on mac intel??
- why is a 'null' type inferred for the output of foo in

View File

@ -287,7 +287,8 @@ run-boids ;
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 )
rot <label> -rot