to-draw for images in universe doc; fixes 11050

This commit is contained in:
Matthias Felleisen 2010-07-27 08:41:13 -04:00
parent bd0192d22d
commit 6a7801c523
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -7,7 +7,7 @@
(define txt
'("(big-bang World_0"
" (on-draw render WIDTH HEIGHT)"
" (to-draw render WIDTH HEIGHT)"
" (on-tick tock RATE)"
" (on-mouse click)"
" (on-key react)"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -7,7 +7,7 @@
(define prgm
'("(big-bang World_0"
" (on-draw render WIDTH HEIGHT)"
" (to-draw render WIDTH HEIGHT)"
" (on-tick tock RATE)"
" (on-mouse click)"
" (on-key react)"