mirror of
https://github.com/photonstorm/phaser
synced 2025-02-18 15:08:31 +00:00
Added update method that does nothing
This commit is contained in:
parent
e9c1ba289e
commit
8ee02f8f29
1 changed files with 2 additions and 1 deletions
|
@ -41,6 +41,7 @@ var NoAudioSoundManager = new Class({
|
|||
},
|
||||
pauseAll: NOOP,
|
||||
resumeAll: NOOP,
|
||||
stopAll: NOOP
|
||||
stopAll: NOOP,
|
||||
update: NOOP
|
||||
});
|
||||
module.exports = NoAudioSoundManager;
|
||||
|
|
Loading…
Add table
Reference in a new issue