From 9410f6ed1d6c7eb0218548b54cc3a86f9bef6aed Mon Sep 17 00:00:00 2001 From: Corwin Date: Mon, 1 Aug 2022 12:07:50 +0100 Subject: [PATCH] update docs --- agb/src/display/object.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/agb/src/display/object.rs b/agb/src/display/object.rs index 09ab9275..3888a8af 100644 --- a/agb/src/display/object.rs +++ b/agb/src/display/object.rs @@ -163,9 +163,7 @@ macro_rules! align_bytes { /// Includes sprites found in the referenced aseprite files. Can include /// multiple at once and optimises palettes of all included in the single call -/// together. Currently limited to square sprites that match a supported -/// dimension of the GBA, see [Size] for supported sizes. Returns a reference to -/// [Graphics]. +/// together. See [Size] for supported sizes. Returns a reference to [Graphics]. /// /// ```rust,no_run /// # #![no_std]