Hi!

Just wondering. Isn’t a bit strange to have to do this in order to clean a 
surface:

-=-=-=-=
        surface drawDuring: [:cs |
                surface clear.
                …
                ]
-=-=-=-=

Shouldn’t it be
-=-=-=-=
        surface drawDuring: [:cs |
                cs clear.
                …
                ]
-=-=-=-=
instead?

Alexandre
-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




Reply via email to