1
0
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:
Dean Herbert 2019-08-13 14:52:51 +09:00
parent 5898198da6
commit 81f8b5f325

View File

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