diff options
| -rw-r--r-- | objects.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1393,6 +1393,7 @@ SpriteMorph.prototype.init = function (globals) { this.isDraggable = true; this.isDown = false; + this.hide(); // BYOW hack FIXME this.heading = 90; this.changed(); this.drawNew(); |
