pull/68/head
jmoenig 2018-11-12 08:20:44 +01:00
rodzic 9a256b47d1
commit d161895382
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -5468,7 +5468,7 @@ SpriteMorph.prototype.setExemplar = function (another) {
if (!this.isTemporary) {
ide = this.parentThatIsA(IDE_Morph);
if (ide) {
ide.flushBlocksCache('');
ide.flushBlocksCache();
ide.refreshPalette();
}
}