fix clipping issues with some more blended blit method variants
jeez!
This commit is contained in:
parent
63ac007207
commit
0dd90e48b4
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue