Skip to content

integrated PR #4224 from Bevy#1348

Merged
R3DP1X37 merged 1 commit intomainfrom
bevy-integ-b1c3e98
Mar 31, 2022
Merged

integrated PR #4224 from Bevy#1348
R3DP1X37 merged 1 commit intomainfrom
bevy-integ-b1c3e98

Conversation

@R3DP1X37
Copy link

Systems are auto-labelled, so that we can now write:
// ordering two systems without manually defining labels
app
.add_system(update_velocity)
.add_system(movement.after(update_velocity))

see bevyengine/bevy#4224

@R3DP1X37 R3DP1X37 merged commit 1876747 into main Mar 31, 2022
@R3DP1X37 R3DP1X37 deleted the bevy-integ-b1c3e98 branch March 31, 2022 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant