We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64c427b commit 32fabacCopy full SHA for 32fabac
src/game/App.hx
@@ -282,11 +282,6 @@ class App extends dn.Process {
282
}
283
284
285
- public function onLastModalClosed() {
286
- cd.setS("modalClosedRecently", 0.1);
287
- }
288
-
289
290
/** Return TRUE if an App instance exists **/
291
public static inline function exists() return ME!=null && !ME.destroyed;
292
src/game/ui/Window.hx
@@ -81,10 +81,8 @@ class Window extends dn.Process {
81
ca.dispose();
82
ca = null;
83
84
- if( !hasAnyModal() ) {
85
- App.ME.onLastModalClosed();
+ if( !hasAnyModal() )
86
Game.ME.resume();
87
88
89
90
@:keep override function toString():String {
0 commit comments