kopia lustrzana https://github.com/backface/turtlestitch
add comment
rodzic
32b8635087
commit
9185b9b490
|
@ -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,
|
||||
|
|
Ładowanie…
Reference in New Issue