Bevy version and features
0.19.1
What you did
Updating a texture without triggering change detection on a material. This used to not work but in 0.19 it works partially if the texture size stayed the same.
What went wrong
This works as expected if the texture size did not change, but behaves as if the texture size stayed the same but contents changed if the texture size gets updated.
Bevy version and features
0.19.1
What you did
Updating a texture without triggering change detection on a material. This used to not work but in 0.19 it works partially if the texture size stayed the same.
What went wrong
This works as expected if the texture size did not change, but behaves as if the texture size stayed the same but contents changed if the texture size gets updated.