diff --git a/crates/bevy_render/src/texture/image.rs b/crates/bevy_render/src/texture/image.rs index 065d35424e..a2424365fe 100644 --- a/crates/bevy_render/src/texture/image.rs +++ b/crates/bevy_render/src/texture/image.rs @@ -230,7 +230,6 @@ impl Image { /// /// # Panics /// Panics if the size of the `format` is not a multiple of the length of the `pixel` data. - /// do not match. pub fn new_fill( size: Extent3d, dimension: TextureDimension,