diff options
| author | Gubolin <gubolin@fantasymail.de> | 2014-08-01 20:09:17 +0200 |
|---|---|---|
| committer | Gubolin <gubolin@fantasymail.de> | 2014-08-01 20:09:17 +0200 |
| commit | 450fd058270196385eb0d1ba584318291f110a1b (patch) | |
| tree | 09356899b9c3fb05bd2abca1019dc8cf43659cff /objects.js | |
| parent | 373edeffca311e41078b78950834a1e6f71bb1e8 (diff) | |
| download | snap-450fd058270196385eb0d1ba584318291f110a1b.tar.gz snap-450fd058270196385eb0d1ba584318291f110a1b.zip | |
typo - error bugfix
Diffstat (limited to 'objects.js')
| -rw-r--r-- | objects.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
