diff --git a/ggdt/src/graphics/color.rs b/ggdt/src/graphics/color.rs index afdbecd..997f96f 100644 --- a/ggdt/src/graphics/color.rs +++ b/ggdt/src/graphics/color.rs @@ -772,6 +772,7 @@ impl From for ARGBf32x4 { } impl From for ARGBf32x4 { + #[inline] fn from(value: ARGBu8x4) -> Self { ARGBf32x4::from_argb([ value.a() as f32 / 255.0,