Skip to content

Commit ca1b81a

Browse files
added sounds array initialisation
1 parent 8bc6979 commit ca1b81a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

v3/src/sound/BaseSoundManager.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ var BaseSoundManager = new Class({
4141
* @property {boolean} muteOnPause
4242
*/
4343
this.muteOnPause = true;
44+
this.sounds = [];
4445
/**
4546
* [description]
4647
*

0 commit comments

Comments
 (0)