mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Match web's max diff icon number
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user