original commit: 826d19dc359bdecc1311f88193f0e4a532f0c815
This commit is contained in:
Robby Findler 2004-07-25 14:14:13 +00:00
parent 38b8f80320
commit 6d6522f141

View File

@ -84,7 +84,7 @@
;; if it were drawn
(define/public (get-bitmap)
(unless bitmap
(set! bitmap (flatten-bitmap (argb->bitmap (get-argb)))))
(set! bitmap (argb->bitmap (get-argb))))
bitmap)
;; get-argb : -> argb