Skip to content

Commit b2eef5b

Browse files
Added a todo
1 parent 2a76c6e commit b2eef5b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/sound/html5/HTML5AudioSound.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ var HTML5AudioSound = new Class({
169169
BaseSound.prototype.stop.call(this);
170170
},
171171
update: function (time, delta) {
172+
// TODO include play method call delay
172173
if (this.isPlaying) {
173174
// handling delayed playback
174175
if (this.startTime > 0) {

0 commit comments

Comments
 (0)