From 09f05f9724fe66a3967f5ba5d130504d88f854a6 Mon Sep 17 00:00:00 2001 From: usbsync Date: Mon, 30 Oct 2023 17:08:27 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=B0=EA=B2=BD=EC=9D=8C=20=EC=9E=AC?= =?UTF-8?q?=EC=83=9D=EC=8B=9C=20=EA=B8=B0=EC=A1=B4=20=EB=B0=B0=EA=B2=BD?= =?UTF-8?q?=EC=9D=8C=20=EC=A2=85=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/playground/blocks/block_sound.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/playground/blocks/block_sound.js b/src/playground/blocks/block_sound.js index b5a1e542e6..effe2bbd0d 100644 --- a/src/playground/blocks/block_sound.js +++ b/src/playground/blocks/block_sound.js @@ -822,6 +822,7 @@ module.exports = { const sound = sprite.parent.getSound(soundId); if (sound) { + Entry.Utils.forceStopBGM(); const instance = Entry.Utils.playBGM(sound.id); Entry.Utils.addBGMInstances(instance); }