TO SQUASH: Fix music issue.

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