You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bevy DetectChanges trait is_changed() return true every frame, and so queryies with Changed are also queried, even if the Transform didn't actually change.
maybe its possible to do a check to only deref_mut() transform if the value is different ?