Added a TODO for setting correct duration value when available

This commit is contained in:
Pavle Goloskokovic 2018-01-17 18:18:22 +01:00
parent fdbda3cffa
commit d388c827e4

View file

@ -121,6 +121,7 @@ var HTML5AudioSoundManager = new Class({
});
sound.touchLockedActionQueue.length = 0;
sound.touchLockedActionQueue = null;
// TODO set correct duration value
});
allSoundsTouchLockedActionQueue_1.sort(function (tla1, tla2) {
return tla1.time - tla2.time;