summaryrefslogtreecommitdiff
path: root/objects.js
diff options
context:
space:
mode:
Diffstat (limited to 'objects.js')
-rw-r--r--objects.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/objects.js b/objects.js
index ea34763..67d6982 100644
--- a/objects.js
+++ b/objects.js
@@ -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();