mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Ensure correct selection after deletion of currently selected
Also fixes a lot of bad interactions and simplifies further.
This commit is contained in:
@ -49,5 +49,7 @@ namespace osu.Game.Screens.Select.Carousel
|
||||
return Beatmap.StarDifficulty.CompareTo(otherBeatmap.Beatmap.StarDifficulty);
|
||||
}
|
||||
}
|
||||
|
||||
public override string ToString() => Beatmap.ToString();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user