kopia lustrzana https://github.com/backface/turtlestitch
Update gui.js
rodzic
257f8073e6
commit
c1281384d8
|
|
@ -5939,7 +5939,7 @@ IDE_Morph.prototype.switchToScene = function (
|
||||||
if (!scene || !scene.stage) {
|
if (!scene || !scene.stage) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.siblings().filter(morph => morph.key !== 'Dev-Warning').forEach(
|
this.siblings().forEach(
|
||||||
morph => morph.destroy()
|
morph => morph.destroy()
|
||||||
);
|
);
|
||||||
this.scene.captureGlobalSettings();
|
this.scene.captureGlobalSettings();
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue