-
Is it possible to enter/exit a state right away? So let's say I'm in my_state.push(MyState::StateOne);
my_state.push(MyState::StateTwo); But seems like it can't have more than one state queued at a time? What I'm actually trying to accomplish is to run the |
Beta Was this translation helpful? Give feedback.
Answered by
MrGVSV
Feb 11, 2022
Replies: 1 comment 1 reply
-
My PR (#3328) regarding this issue was recently merged. That's probably what you need. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lukors
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My PR (#3328) regarding this issue was recently merged. That's probably what you need.