Remove debugging
parent
36f00e85ef
commit
f0d29daedd
|
@ -127,7 +127,7 @@ SYMBOL: ui-hook
|
||||||
] { } make ;
|
] { } make ;
|
||||||
|
|
||||||
: redraw-worlds ( seq -- )
|
: redraw-worlds ( seq -- )
|
||||||
[ dup update-hand [ draw-world ] time ] each ;
|
[ dup update-hand draw-world ] each ;
|
||||||
|
|
||||||
: notify ( gadget -- )
|
: notify ( gadget -- )
|
||||||
dup gadget-graft-state {
|
dup gadget-graft-state {
|
||||||
|
|
Loading…
Reference in New Issue