fix clipping issues with certain rotozoom blit methods

This commit is contained in:
Gered 2022-07-17 13:37:49 -04:00
parent d06ae1837b
commit d36f0aa9e6

View file

@ -651,7 +651,9 @@ impl Bitmap {
// rotozoom blits internally clip per-pixel right now ... and regardless, the normal
// clip_blit() function wouldn't handle a rotozoom blit destination region anyway ...
RotoZoom { .. } => {}
RotoZoomOffset { .. } => {}
RotoZoomTransparent { .. } => {}
RotoZoomTransparentOffset { .. } => {}
// set axis flip arguments
SolidFlipped { horizontal_flip, vertical_flip, .. } |