Skip to content

Commit 8ee02f8

Browse files
Added update method that does nothing
1 parent e9c1ba2 commit 8ee02f8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/sound/noaudio/NoAudioSoundManager.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ var NoAudioSoundManager = new Class({
4141
},
4242
pauseAll: NOOP,
4343
resumeAll: NOOP,
44-
stopAll: NOOP
44+
stopAll: NOOP,
45+
update: NOOP
4546
});
4647
module.exports = NoAudioSoundManager;

0 commit comments

Comments
 (0)