magic network/thread fix :)

This commit is contained in:
Dave Griffiths 2009-04-24 12:58:25 +01:00
parent 0378ef96d1
commit 72d38a7bcf

View file

@ -893,7 +893,8 @@
(define (animate)
(send n update w)
(send w update n))
(send w update n)
(sleep 0.01))
(every-frame (animate))