fix clipping issues with some more blended blit method variants

jeez!
This commit is contained in:
Gered 2022-07-20 18:25:22 -04:00
parent 63ac007207
commit 0dd90e48b4

View file

@ -827,8 +827,10 @@ 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 { .. } => {}
RotoZoomBlended { .. } => {}
RotoZoomOffset { .. } => {}
RotoZoomTransparent { .. } => {}
RotoZoomTransparentBlended { .. } => {}
RotoZoomTransparentOffset { .. } => {}
// set axis flip arguments