mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 16:00:46 +08:00
Use explicit typing
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user