Skip to content

Commit

Permalink
No music debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Matojeje committed Aug 20, 2024
1 parent ecd7e4d commit 2cc7956
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/scenes/GameScene.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1419,8 +1419,6 @@ export class GameScene extends BaseScene {
break;
}

console.log(intendedVolume)

this.musicBase.setVolume(intendedVolume.base * volumeModifier);
this.musicDowntime.setVolume(intendedVolume.downtime * volumeModifier);
this.musicCutscene.setVolume(intendedVolume.cutscene * volumeModifier);
Expand Down

0 comments on commit 2cc7956

Please sign in to comment.