We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 557736c commit acc4055Copy full SHA for acc4055
src/tests.zig
@@ -815,7 +815,7 @@ test "push-down automaton game: crouching -> jumping -> flying -> jumping -> cro
815
defer state.deinit();
816
817
// Next sequence is: crouching -> jumping -> flying -> jumping -> croaching
818
- try state.fsm.transitionToSilently(.crouching, false);
+ state.fsm.setStartState(.crouching);
819
820
// Double jump to start flying
821
_ = try state.do(.jump);
0 commit comments