mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-13 05:05:08 +00:00
Reset Song when pressing "New"
Song was not removed prior to this
This commit is contained in:
parent
526269805d
commit
406f6a54b2
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ namespace RhythmHeavenMania
|
||||||
Beatmap = new Beatmap();
|
Beatmap = new Beatmap();
|
||||||
Beatmap.bpm = 120f;
|
Beatmap.bpm = 120f;
|
||||||
Beatmap.firstBeatOffset = 0f;
|
Beatmap.firstBeatOffset = 0f;
|
||||||
|
Conductor.instance.musicSource.clip = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void LoadRemix(string json = "")
|
public void LoadRemix(string json = "")
|
||||||
|
|
Loading…
Reference in a new issue