diff --git a/Assets/Scripts/GameManager.cs b/Assets/Scripts/GameManager.cs index de6aa917..e0ab92b9 100644 --- a/Assets/Scripts/GameManager.cs +++ b/Assets/Scripts/GameManager.cs @@ -109,6 +109,7 @@ namespace RhythmHeavenMania Beatmap = new Beatmap(); Beatmap.bpm = 120f; Beatmap.firstBeatOffset = 0f; + Conductor.instance.musicSource.clip = null; } public void LoadRemix(string json = "")