Skip to content

Commit

Permalink
Removed unneeded conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
ickshonpe committed Oct 11, 2024
1 parent 282b400 commit b78acd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/dev_tools/fps_overlay.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
Expand Down

0 comments on commit b78acd1

Please sign in to comment.