Skip to content

Commit

Permalink
Clean all after win
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad committed Oct 4, 2020
1 parent 59f9846 commit 49c4da9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/win/WinState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ class WinState extends FlxState {
.add(Spoke, Close, Conditions.ended)
.start(Speaking);

StateFactory.resetState();

super.create();
}

Expand Down

0 comments on commit 49c4da9

Please sign in to comment.