Skip to content

Commit

Permalink
Fix CI (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilirad committed Jul 5, 2024
1 parent 87c8a09 commit a559982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ impl Plugin for ShapePlugin {
.add_systems(PostUpdate, mesh_shapes_system.in_set(BuildShapes));

app.world.resource_mut::<Assets<ColorMaterial>>().insert(
COLOR_MATERIAL_HANDLE,
&COLOR_MATERIAL_HANDLE,
ColorMaterial {
color: Color::WHITE,
..default()
Expand Down

0 comments on commit a559982

Please sign in to comment.