mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 12:10:12 +08:00
Fix redundant array type specification
This commit is contained in:
@@ -98,7 +98,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
{
|
||||
const float vertical_offset = 13;
|
||||
|
||||
InternalChildren = new Drawable[]
|
||||
InternalChildren = new[]
|
||||
{
|
||||
label = new OsuSpriteText
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user