Merge branch 'master' of git://factorcode.org/git/factor
commit
3e5725ba2c
extra/ui
|
@ -127,7 +127,7 @@ SYMBOL: ui-hook
|
|||
] { } make ;
|
||||
|
||||
: redraw-worlds ( seq -- )
|
||||
[ dup update-hand [ draw-world ] time ] each ;
|
||||
[ dup update-hand draw-world ] each ;
|
||||
|
||||
: notify ( gadget -- )
|
||||
dup gadget-graft-state {
|
||||
|
|
Loading…
Reference in New Issue