1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 17:13:06 +08:00

Fix broken class reference.

This commit is contained in:
Lucas A 2020-10-07 13:29:10 +02:00
parent 7f5cf04b2b
commit a425cf4a31

View File

@ -46,7 +46,7 @@ namespace osu.Game.Screens.Ranking.Expanded.Statistics
{ {
AutoSizeAxes = Axes.Both, AutoSizeAxes = Axes.Both,
Direction = FillDirection.Horizontal, Direction = FillDirection.Horizontal,
Child = Counter = new Counter Child = Counter = new StatisticCounter
{ {
Anchor = Anchor.TopCentre, Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre Origin = Anchor.TopCentre