Skip to content

Commit

Permalink
Fix breakage due to bevyengine/bevy#4775
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilirad committed Dec 1, 2022
1 parent be84baa commit fbf2ac4
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 @@ -49,7 +49,7 @@ impl Plugin for ShapePlugin {
CoreStage::PostUpdate,
mesh_shapes_system
.label(BuildShapes)
.after(bevy::transform::transform_propagate_system),
.after(bevy::transform::TransformSystem::TransformPropagate),
)
.add_plugin(RenderShapePlugin);
}
Expand Down

0 comments on commit fbf2ac4

Please sign in to comment.