summaryrefslogtreecommitdiff
path: root/objects.js
diff options
context:
space:
mode:
authorGubolin <gubolin@fantasymail.de>2014-08-01 20:09:17 +0200
committerGubolin <gubolin@fantasymail.de>2014-08-01 20:09:17 +0200
commit450fd058270196385eb0d1ba584318291f110a1b (patch)
tree09356899b9c3fb05bd2abca1019dc8cf43659cff /objects.js
parent373edeffca311e41078b78950834a1e6f71bb1e8 (diff)
downloadsnap-450fd058270196385eb0d1ba584318291f110a1b.tar.gz
snap-450fd058270196385eb0d1ba584318291f110a1b.zip
typo - error bugfix
Diffstat (limited to 'objects.js')
-rw-r--r--objects.js2
1 files changed, 1 insertions, 1 deletions
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