From b78acd10603bbcb68e445d98b0722b5b58179886 Mon Sep 17 00:00:00 2001 From: ickshonpe Date: Fri, 11 Oct 2024 20:40:40 +0100 Subject: [PATCH] Removed unneeded conversion --- examples/dev_tools/fps_overlay.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/dev_tools/fps_overlay.rs b/examples/dev_tools/fps_overlay.rs index a6df83f6cabea..f0482c5aedac4 100644 --- a/examples/dev_tools/fps_overlay.rs +++ b/examples/dev_tools/fps_overlay.rs @@ -28,7 +28,7 @@ fn main() { font_smoothing: FontSmoothing::default(), }, // We can also change color of the overlay - text_color: OverlayColor::GREEN.into(), + text_color: OverlayColor::GREEN, enabled: true, }, },