Updating Image::data
does not change how the image is displayed in StandardMaterial
.
#17220
Labels
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
S-Needs-Design
This issue requires design work to think about how it would best be accomplished
Bevy version
0.15
What you did
Update an existing
Image
'sdata
after it has been created and rendered at least once.What went wrong
StandardMaterial
did not update its render, despite the content of theImage
asset has changed.Additional information
Reproduction:
https://github.com/mintlu8/bevy_bug
The text was updated successfully, but these errors were encountered: