mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 02:22:56 +08:00
Stop transferring track when editing
This commit is contained in:
parent
68044df29d
commit
f8a8c7cb6b
@ -225,7 +225,7 @@ namespace osu.Game.Screens.Select
|
|||||||
|
|
||||||
public void Edit(BeatmapInfo beatmap)
|
public void Edit(BeatmapInfo beatmap)
|
||||||
{
|
{
|
||||||
Beatmap.Value = beatmaps.GetWorkingBeatmap(beatmap, Beatmap.Value);
|
Beatmap.Value = beatmaps.GetWorkingBeatmap(beatmap);
|
||||||
Push(new Editor());
|
Push(new Editor());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user