diff options
| author | Gubolin <gubolin@fantasymail.de> | 2015-02-24 10:18:10 +0100 |
|---|---|---|
| committer | Gubolin <gubolin@fantasymail.de> | 2015-02-24 10:18:10 +0100 |
| commit | 9ad7c87df968ce72cbd4a88c8948d78e38f5bdb6 (patch) | |
| tree | 96843abd0afaa2a327a109e5d8d1500da72f00f3 /objects.js | |
| parent | 6ff8e7e2d6c983bafe0658d17cbbb14118980e92 (diff) | |
| parent | 662a743f4ed564f2c296e2370c555ca44e12116d (diff) | |
| download | snap-9ad7c87df968ce72cbd4a88c8948d78e38f5bdb6.tar.gz snap-9ad7c87df968ce72cbd4a88c8948d78e38f5bdb6.zip | |
mergegithub_backend
Diffstat (limited to 'objects.js')
| -rw-r--r-- | objects.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -125,7 +125,7 @@ PrototypeHatBlockMorph*/ // Global stuff //////////////////////////////////////////////////////// -modules.objects = '2015-January-21'; +modules.objects = '2015-January-28'; var SpriteMorph; var StageMorph; @@ -2758,7 +2758,7 @@ SpriteMorph.prototype.setColor = function (aColor) { var x = this.xPosition(), y = this.yPosition(); if (!this.color.eq(aColor)) { - this.color = aColor; + this.color = aColor.copy(); this.drawNew(); this.gotoXY(x, y); } |
