snap8
Jens Mönig 2022-03-15 15:58:59 +01:00
rodzic 257f8073e6
commit c1281384d8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -5939,7 +5939,7 @@ IDE_Morph.prototype.switchToScene = function (
if (!scene || !scene.stage) {
return;
}
this.siblings().filter(morph => morph.key !== 'Dev-Warning').forEach(
this.siblings().forEach(
morph => morph.destroy()
);
this.scene.captureGlobalSettings();