Skip to content

Commit

Permalink
Fix doc compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhelsing committed Aug 4, 2024
1 parent 64fabbb commit 343943b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fn setup(

commands.spawn(ShapeBundle {
shape: SmudShape {
color: Color::TOMATO,
color: Color::WHITE,
sdf: circle,
frame: Frame::Quad(55.),
..default()
Expand Down

0 comments on commit 343943b

Please sign in to comment.