magic network/thread fix :)
This commit is contained in:
parent
0378ef96d1
commit
72d38a7bcf
1 changed files with 2 additions and 1 deletions
|
@ -893,7 +893,8 @@
|
|||
|
||||
(define (animate)
|
||||
(send n update w)
|
||||
(send w update n))
|
||||
(send w update n)
|
||||
(sleep 0.01))
|
||||
|
||||
(every-frame (animate))
|
||||
|
||||
|
|
Loading…
Reference in a new issue