Skip to content

Commit e3b6a99

Browse files
authored
Fix breakage due to bevyengine/bevy#4775 (#187)
1 parent be84baa commit e3b6a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ impl Plugin for ShapePlugin {
4949
CoreStage::PostUpdate,
5050
mesh_shapes_system
5151
.label(BuildShapes)
52-
.after(bevy::transform::transform_propagate_system),
52+
.after(bevy::transform::TransformSystem::TransformPropagate),
5353
)
5454
.add_plugin(RenderShapePlugin);
5555
}

0 commit comments

Comments
 (0)