mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 14:03:21 +08:00
Don't select a new beatmap in load()
This commit is contained in:
parent
e5353bb53e
commit
33adf569a4
@ -31,7 +31,6 @@ namespace osu.Game.Tests.Visual
|
|||||||
this.beatmaps = beatmaps;
|
this.beatmaps = beatmaps;
|
||||||
|
|
||||||
compose.Beatmap.BindTo(osuGame.Beatmap);
|
compose.Beatmap.BindTo(osuGame.Beatmap);
|
||||||
nextBeatmap();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void nextBeatmap()
|
private void nextBeatmap()
|
||||||
|
Loading…
Reference in New Issue
Block a user