Reset Song when pressing "New"

Song was not removed prior to this
This commit is contained in:
Carson Kompon 2022-02-26 14:06:52 -05:00
parent 1123243215
commit 609ce5cd6e

View file

@ -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 = "")