fix ada splash screen

This commit is contained in:
Robby Findler 2014-02-28 08:19:31 -06:00
parent 5848851ac5
commit 5b038fccaf

View File

@ -140,7 +140,7 @@ that actually does drawing in a window.
(define bernoulli-sequence-pict (make-bernoulli-sequence-pict 50))
(define (draw-splash-ada dc current max width height)
(send dc erase)
(send dc clear)
(draw-ada dc (/ current max) width height) #t)
(module+ main