kopia lustrzana https://github.com/backface/turtlestitch
tweaked fix for #2250
rodzic
9a256b47d1
commit
d161895382
|
@ -5468,7 +5468,7 @@ SpriteMorph.prototype.setExemplar = function (another) {
|
||||||
if (!this.isTemporary) {
|
if (!this.isTemporary) {
|
||||||
ide = this.parentThatIsA(IDE_Morph);
|
ide = this.parentThatIsA(IDE_Morph);
|
||||||
if (ide) {
|
if (ide) {
|
||||||
ide.flushBlocksCache('');
|
ide.flushBlocksCache();
|
||||||
ide.refreshPalette();
|
ide.refreshPalette();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue