Skip to content

Commit 62ca1be

Browse files
Updating sound manager on game step
1 parent ceeef03 commit 62ca1be

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

v3/src/boot/Game.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ var Game = new Class({
219219

220220
this.input.update(time, delta);
221221

222+
this.sound.update(time, delta);
223+
222224
// Scenes
223225

224226
this.onStepCallback();

0 commit comments

Comments
 (0)