mirror of
https://github.com/photonstorm/phaser
synced 2024-12-17 16:43:30 +00:00
Added a TODO for setting correct duration value when available
This commit is contained in:
parent
fdbda3cffa
commit
d388c827e4
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ var HTML5AudioSoundManager = new Class({
|
||||||
});
|
});
|
||||||
sound.touchLockedActionQueue.length = 0;
|
sound.touchLockedActionQueue.length = 0;
|
||||||
sound.touchLockedActionQueue = null;
|
sound.touchLockedActionQueue = null;
|
||||||
|
// TODO set correct duration value
|
||||||
});
|
});
|
||||||
allSoundsTouchLockedActionQueue_1.sort(function (tla1, tla2) {
|
allSoundsTouchLockedActionQueue_1.sort(function (tla1, tla2) {
|
||||||
return tla1.time - tla2.time;
|
return tla1.time - tla2.time;
|
||||||
|
|
Loading…
Reference in a new issue