mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 16:55:06 +02:00
remove the code that prevented the crash from happening, since it is not reproducible anymore
This commit is contained in:
parent
6edf7e7907
commit
46768c2a6e
1 changed files with 0 additions and 3 deletions
|
@ -125,9 +125,6 @@ module.exports = (function() {
|
|||
|
||||
Script.scriptEnding.connect(this, function() {
|
||||
this.window.close();
|
||||
// FIXME: temp solution for reload crash (MS18269),
|
||||
// we should decide on proper object ownership strategy for InteractiveWindow API
|
||||
this.window = null;
|
||||
});
|
||||
},
|
||||
setVisible: function(visible) {
|
||||
|
|
Loading…
Reference in a new issue