[update] use switcher back in GameFrame

This commit is contained in:
2020-02-05 23:19:03 +03:00
parent 696917fe86
commit 085f47cff5

View File

@@ -50,6 +50,6 @@ import ru.m.puzzlez.source.GameStorage;
}
private function back():Void {
switcher.change(StartFrame.ID);
switcher.back();
}
}