From 60002bda7ca804808dcfae82bc46847068a2f917 Mon Sep 17 00:00:00 2001 From: Code WvS Date: Sun, 25 Jan 2015 16:52:49 +0100 Subject: don't render sprites --- objects.js | 1 + 1 file changed, 1 insertion(+) 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(); -- cgit v1.3.1