mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 05:17:08 +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() {
|
Script.scriptEnding.connect(this, function() {
|
||||||
this.window.close();
|
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) {
|
setVisible: function(visible) {
|
||||||
|
|
Loading…
Reference in a new issue