1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 06:47:24 +08:00

Match web's max diff icon number

This commit is contained in:
Joehu 2019-09-02 11:00:12 -07:00
parent 5d3f3b7cc2
commit ce446826e8

View File

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