mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +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)
|
||||
{
|
||||
Beatmap.Value = beatmaps.GetWorkingBeatmap(beatmap, Beatmap.Value);
|
||||
Beatmap.Value = beatmaps.GetWorkingBeatmap(beatmap);
|
||||
Push(new Editor());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user