Sprite.rs example uses mut Commands #1593
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
The sprite.rs example uses outdated command syntax, and should use
&mut Commands
instead.The text was updated successfully, but these errors were encountered: