diff --git a/agb/examples/affine_background.rs b/agb/examples/affine_background.rs index e5d64d09..69b63032 100644 --- a/agb/examples/affine_background.rs +++ b/agb/examples/affine_background.rs @@ -3,7 +3,7 @@ use agb::{ display::{ - affine::{AffineMatrix, AffineMatrixBackground}, + affine::AffineMatrixBackground, tiled::{AffineBackgroundSize, TileFormat, TileSet, TiledMap}, Priority, },