TO SQUASH: Fix music issue.

This commit is contained in:
2026-08-27 17:16:50 -04:00
parent 5ea4a7f74b
commit 600da4e70d
+1 -5
View File
@@ -65,11 +65,7 @@ public class MusicManager : MonoBehaviour
{
if (needsReset)
{
if (audioSource.isPlaying)
{
audioSource.Stop();
}
audioSource.Stop();
audioSource.clip = null;
clipsQueue.Clear();
ResetQueue();