Buttons on example animation_masks
does not work on main (624f573443f6bd6bb8bcf716fb1289d66a15b35b)
#15995
Labels
C-Bug
An unexpected or incorrect behavior
C-Examples
An addition or correction to our examples
D-Trivial
Nice and easy! A great choice to get started with Bevy
Bevy version
Bevy 0.15-dev (624f573)
[Optional] Relevant system information
What you did
Ran
animation_masks
example.What went wrong
Buttons do not work.
Additional information
I added 2
dbg!
onhandle_button_toggles
, one on line 431dbg!(animation_nodes)
, and one on line 437dbg!(*interaction)
, the firstdbg!
outputsSome(...)
, but the seconddbg!
does no print anything.The text was updated successfully, but these errors were encountered: