mirror of
https://github.com/osukey/osukey.git
synced 2025-05-22 22:17:36 +09: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…
x
Reference in New Issue
Block a user