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, }, },