How does is_changed() work? #8237
-
Hi, I wanted to create a bevy plugin for 2d animations that very closely mirrors the bevy AnimationPlayer and I am running into an issue with is_changed(). This as close to the example and behaviour of animation player on bevy, but in my case is_changed() always returns false. Would be glad for any pointers. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think this is the change detection bug with par_iter. Fixed by #8029 which will be included in Bevy 0.10.1 |
Beta Was this translation helpful? Give feedback.
I think this is the change detection bug with par_iter. Fixed by #8029 which will be included in Bevy 0.10.1