Merge pull request #12 from CarsonKompon/fix-editor-new-song-clear-music

Reset Song when pressing "New"
This commit is contained in:
Jenny Crowe 2022-02-27 01:48:46 -07:00 committed by GitHub
commit 27b7802df2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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