forgot the flip check (caught by the test suites)

This commit is contained in:
Robby Findler 2010-09-02 12:20:19 -05:00
parent 09bd56081b
commit 7fead2875a

View File

@ -830,7 +830,7 @@ the mask bitmap and the original bitmap are all together in a single bytes!
(define (do-rotate bitmap flip?)
(cond
[(zero? (bitmap-angle bitmap))
[(and (not flip?) (zero? (bitmap-angle bitmap)))
;; don't rotate anything in this case.
(void)]
[else