diff --git a/src/core/audio/bgm.ts b/src/core/audio/bgm.ts index 55a0098..570773e 100644 --- a/src/core/audio/bgm.ts +++ b/src/core/audio/bgm.ts @@ -236,7 +236,7 @@ export class BgmController if (tran!.endVolume === 0) { bgm.pause(); } else { - bgm.volume = ani.value.volume * this.volume; + bgm.volume = tran!.endVolume * this.volume; } this.transitionData.delete(id); };