mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 18:27:26 +08:00
Match web's max diff icon number
This commit is contained in:
parent
5d3f3b7cc2
commit
ce446826e8
@ -28,7 +28,7 @@ namespace osu.Game.Overlays.Direct
|
||||
public readonly BeatmapSetInfo SetInfo;
|
||||
|
||||
private const double hover_transition_time = 400;
|
||||
private const int maximum_difficulty_icons = 15;
|
||||
private const int maximum_difficulty_icons = 10;
|
||||
|
||||
private Container content;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user