pull/89/head
Michael 2020-12-10 09:02:10 -08:00
rodzic 32b8635087
commit 9185b9b490
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -803,6 +803,9 @@ SpriteMorph.prototype.gotoXY = function (x, y, justMe, noShadow) {
} else {
this.origGotoXY(x, y, justMe);
// dont' stitch if is zero value length
// - shoud we filter out all noShadows?
// if (!noShadow && dist > 1) {
if (dist > 1) {
warn = this.parentThatIsA(StageMorph).turtleShepherd.moveTo(
oldx, oldy,