mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 07:01:20 +00:00
Initializing loop property to default value
This commit is contained in:
parent
1fa851b0e8
commit
cde2b9c080
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ var NoAudioSound = new Class({
|
|||
this.rate = 1;
|
||||
this.detune = 0;
|
||||
this.seek = 0;
|
||||
this.loop = false;
|
||||
}
|
||||
});
|
||||
module.exports = NoAudioSound;
|
||||
|
|
Loading…
Reference in a new issue