From 49c4da9cb4af401a9f0681e06f3cfe230fcfec13 Mon Sep 17 00:00:00 2001 From: vlad Date: Sun, 4 Oct 2020 20:58:44 +0600 Subject: [PATCH] Clean all after win --- source/win/WinState.hx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/win/WinState.hx b/source/win/WinState.hx index 3b6fdf1..2ad3ab6 100644 --- a/source/win/WinState.hx +++ b/source/win/WinState.hx @@ -66,6 +66,8 @@ class WinState extends FlxState { .add(Spoke, Close, Conditions.ended) .start(Speaking); + StateFactory.resetState(); + super.create(); }