Stopping debugger on Player window close

This commit is contained in:
Jindra Petřík
2015-11-21 21:13:36 +01:00
parent 39e1028f3c
commit 0dc971b2e1

View File

@@ -247,6 +247,7 @@ public class Main {
}
}
freeRun();
stopDebugger();
mainFrame.getMenu().updateComponents();
return null;
}