mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:47:26 +08:00
Fix merge issue
This commit is contained in:
parent
5898198da6
commit
81f8b5f325
@ -64,7 +64,6 @@ namespace osu.Game.Overlays
|
||||
/// <param name="beatmapSetInfo">The beatmap to move.</param>
|
||||
/// <param name="index">The new position.</param>
|
||||
public void ChangeBeatmapSetPosition(BeatmapSetInfo beatmapSetInfo, int index)
|
||||
|
||||
{
|
||||
beatmapSets.Remove(beatmapSetInfo);
|
||||
beatmapSets.Insert(index, beatmapSetInfo);
|
||||
|
Loading…
Reference in New Issue
Block a user