Added update method that does nothing

This commit is contained in:
Pavle Goloskokovic 2018-01-20 20:31:53 +01:00
parent e9c1ba289e
commit 8ee02f8f29

View file

@ -41,6 +41,7 @@ var NoAudioSoundManager = new Class({
},
pauseAll: NOOP,
resumeAll: NOOP,
stopAll: NOOP
stopAll: NOOP,
update: NOOP
});
module.exports = NoAudioSoundManager;