From 450fd058270196385eb0d1ba584318291f110a1b Mon Sep 17 00:00:00 2001 From: Gubolin Date: Fri, 1 Aug 2014 20:09:17 +0200 Subject: typo - error bugfix --- objects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'objects.js') diff --git a/objects.js b/objects.js index a09818c..076fc9c 100644 --- a/objects.js +++ b/objects.js @@ -1307,7 +1307,6 @@ SpriteMorph.prototype.init = function (globals) { this.version = Date.now(); // for observer optimization this.isClone = false; // indicate a "temporary" Scratch-style clone this.cloneOriginName = ''; - this.volume = 100; // sprite nesting properties this.parts = []; // not serialized, only anchor (name) @@ -4275,6 +4274,7 @@ StageMorph.prototype.init = function (globals) { this.version = Date.now(); // for observers this.isFastTracked = false; this.cloneCount = 0; + this.volume = 100; this.timerStart = Date.now(); this.tempo = 60; // bpm -- cgit v1.3.1