1
0
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:
Kyle Chang 2018-10-28 12:43:19 -04:00
parent 68044df29d
commit f8a8c7cb6b

View File

@ -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());
}