Skip to content

Commit

Permalink
less wild color value
Browse files Browse the repository at this point in the history
  • Loading branch information
cart committed Nov 4, 2023
1 parent b67ca7f commit 3d30538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/news/2023-11-04-bevy-0.12/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@ commands.spawn(MaterialNodeBundle {
..default()
},
material: materials.add(CircleMaterial {
color: Color::rgb(0.0, 1.0, 0.5803921568627451).into(),
color: Color::rgb(0.0, 1.0, 0.58).into(),
}),
..default()
});
Expand Down

0 comments on commit 3d30538

Please sign in to comment.