mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Add failing test case
This commit is contained in:
@ -449,8 +449,11 @@ namespace osu.Game.Screens.Select
|
||||
{
|
||||
public LocalisableString TooltipText { get; }
|
||||
|
||||
internal BeatmapStatistic Statistic { get; }
|
||||
|
||||
public InfoLabel(BeatmapStatistic statistic)
|
||||
{
|
||||
Statistic = statistic;
|
||||
TooltipText = statistic.Name;
|
||||
AutoSizeAxes = Axes.Both;
|
||||
|
||||
|
Reference in New Issue
Block a user