mirror of
https://github.com/ppy/osu
synced 2025-01-21 13:23:13 +00:00
Use explicit typing
This commit is contained in:
parent
17791259ed
commit
28a39fd8fa
@ -131,9 +131,9 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
||||
new Dimension(GridSizeMode.Absolute, 4),
|
||||
new Dimension(GridSizeMode.AutoSize)
|
||||
},
|
||||
Content = new[]
|
||||
Content = new Drawable[][]
|
||||
{
|
||||
new[]
|
||||
new []
|
||||
{
|
||||
text = new OsuSpriteText
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user