Skip to content

Commit 31d9904

Browse files
Move feathers propagation into PostUpdate
1 parent 40b6940 commit 31d9904

File tree

1 file changed

+2
-2
lines changed
  • crates/bevy_feathers/src

1 file changed

+2
-2
lines changed

crates/bevy_feathers/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ impl Plugin for FeathersPlugin {
6363
app.add_plugins((
6464
ControlsPlugin,
6565
CursorIconPlugin,
66-
HierarchyPropagatePlugin::<TextColor, With<ThemedText>>::new(Update),
67-
HierarchyPropagatePlugin::<TextFont, With<ThemedText>>::new(Update),
66+
HierarchyPropagatePlugin::<TextColor, With<ThemedText>>::new(PostUpdate),
67+
HierarchyPropagatePlugin::<TextFont, With<ThemedText>>::new(PostUpdate),
6868
UiMaterialPlugin::<AlphaPatternMaterial>::default(),
6969
));
7070

0 commit comments

Comments
 (0)