Skip to content

Commit 8577379

Browse files
committed
prettier GameSoundManager
1 parent 64b6f65 commit 8577379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/game/sound/GameSoundManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ class GameSoundManager {
167167
volume: bgmVol * this.bgmVol
168168
}) as Phaser.Sound.WebAudioSound;
169169
this.currBgMusicKey = soundAsset.key;
170-
170+
171171
// Finally, play it
172172
this.currBgMusic.play();
173173
} catch (err) {

0 commit comments

Comments
 (0)