mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 22:18:29 +00:00
Added helpful flags comment
This commit is contained in:
parent
a6b4066468
commit
9e7ccb1503
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ var HTML5AudioSound = new Class({
|
|||
if (!BaseSound.prototype.play.call(this, markerName, config)) {
|
||||
return false;
|
||||
}
|
||||
// \/\/\/ isPlaying = true, isPaused = false \/\/\/
|
||||
if (!this.pickAndPlayAudioTag()) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue