mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09: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