forgot the flip check (caught by the test suites)
This commit is contained in:
parent
09bd56081b
commit
7fead2875a
|
@ -830,7 +830,7 @@ the mask bitmap and the original bitmap are all together in a single bytes!
|
||||||
|
|
||||||
(define (do-rotate bitmap flip?)
|
(define (do-rotate bitmap flip?)
|
||||||
(cond
|
(cond
|
||||||
[(zero? (bitmap-angle bitmap))
|
[(and (not flip?) (zero? (bitmap-angle bitmap)))
|
||||||
;; don't rotate anything in this case.
|
;; don't rotate anything in this case.
|
||||||
(void)]
|
(void)]
|
||||||
[else
|
[else
|
||||||
|
|
Loading…
Reference in New Issue
Block a user