Skip to content

Commit

Permalink
Fixed last bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
dragostis committed Nov 7, 2023
1 parent 21161ff commit cf70a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rive-input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use rive_bevy::{
};
use rive_rs::components::TextValueRun;

const BACKGROUND_COLOR: Color = Color::rgb(0., 0., 0.);
const BACKGROUND_COLOR: Color = Color::rgb(0.0, 0.0, 0.0);

fn main() {
App::new()
Expand Down

0 comments on commit cf70a0f

Please sign in to comment.