diff options
| author | Gubolin <gubolin@fantasymail.de> | 2014-12-07 11:49:04 +0100 |
|---|---|---|
| committer | Gubolin <gubolin@fantasymail.de> | 2014-12-07 11:49:04 +0100 |
| commit | 8216c22b6cc38f16552f9db30f91fdb9cc915d6a (patch) | |
| tree | 3ed409a8a29ad191966f36c7d8a309375fc4f94b /objects.js | |
| parent | ead2355cac9d06c3f6d774e6119040fe6109192e (diff) | |
| parent | e815f27376f2798bdb75850c5bc5bd88dec2cdcc (diff) | |
| download | snap-8216c22b6cc38f16552f9db30f91fdb9cc915d6a.tar.gz snap-8216c22b6cc38f16552f9db30f91fdb9cc915d6a.zip | |
Merge branch 'issue_209' into development
Diffstat (limited to 'objects.js')
| -rw-r--r-- | objects.js | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -3272,9 +3272,7 @@ Morph.prototype.setPosition = function (aPoint, justMe) { // override the inherited default to make sure my parts follow // unless it's justMe var delta = aPoint.subtract(this.topLeft()); - if ((delta.x !== 0) || (delta.y !== 0)) { - this.moveBy(delta, justMe); - } + this.moveBy(delta, justMe); }; SpriteMorph.prototype.forward = function (steps) { |
