Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
animation_masks
example's buttons (bevyengine#15996)
# Objective Fixes bevyengine#15995 ## Solution Corrects a mistake made during the example migration in bevyengine#15591. `AnimationControl` was meant to be on the parent, not the child. So the query in `update_ui` was no longer matching. ## Testing `cargo run --example animation_masks`
- Loading branch information