summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCode WvS <code-wvs@quantentunnel.de>2015-01-25 16:52:49 +0100
committerCode WvS <code-wvs@quantentunnel.de>2015-01-25 16:52:49 +0100
commit60002bda7ca804808dcfae82bc46847068a2f917 (patch)
treef9c6348dafbcc31fa3f3412253f61d11ac05ba74
parent5e25b1303319269ee44821d2a9592a441aa86cee (diff)
downloadsnap-byow-60002bda7ca804808dcfae82bc46847068a2f917.tar.gz
snap-byow-60002bda7ca804808dcfae82bc46847068a2f917.zip
don't render sprites
-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();