mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 17:00:13 +02:00
Fix for fogbugz:8382 to shutdown debug window on reload scripts
This commit is contained in:
parent
d276adc3a9
commit
97c255c59e
1 changed files with 4 additions and 0 deletions
|
@ -53,4 +53,8 @@ ScriptDiscoveryService.clearDebugWindow.connect(function() {
|
||||||
window.clearDebugWindow();
|
window.clearDebugWindow();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Script.scriptEnding.connect(function () {
|
||||||
|
window.close();
|
||||||
|
})
|
||||||
|
|
||||||
}());
|
}());
|
||||||
|
|
Loading…
Reference in a new issue