diff --git a/libretrogd/src/graphics/bitmap/blit.rs b/libretrogd/src/graphics/bitmap/blit.rs index 4626d42..4952ac6 100644 --- a/libretrogd/src/graphics/bitmap/blit.rs +++ b/libretrogd/src/graphics/bitmap/blit.rs @@ -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, .. } |