Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sprite.rs example uses mut Commands #1593

Closed
alice-i-cecile opened this issue Mar 8, 2021 · 1 comment
Closed

Sprite.rs example uses mut Commands #1593

alice-i-cecile opened this issue Mar 8, 2021 · 1 comment
Labels
C-Bug An unexpected or incorrect behavior C-Code-Quality A section of code that is hard to understand or change C-Examples An addition or correction to our examples D-Trivial Nice and easy! A great choice to get started with Bevy

Comments

@alice-i-cecile
Copy link
Member

The sprite.rs example uses outdated command syntax, and should use &mut Commands instead.

@alice-i-cecile alice-i-cecile added C-Bug An unexpected or incorrect behavior C-Code-Quality A section of code that is hard to understand or change C-Examples An addition or correction to our examples D-Trivial Nice and easy! A great choice to get started with Bevy labels Mar 8, 2021
@alice-i-cecile
Copy link
Member Author

My bad: this was reverted in #1525.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Bug An unexpected or incorrect behavior C-Code-Quality A section of code that is hard to understand or change C-Examples An addition or correction to our examples D-Trivial Nice and easy! A great choice to get started with Bevy
Projects
None yet
Development

No branches or pull requests

1 participant