1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 01:59:53 +08:00

Fix redundant array type specification

This commit is contained in:
Bartłomiej Dach
2024-10-25 19:58:31 +02:00
Unverified
parent 1fc221bb39
commit e96d593b1f
@@ -98,7 +98,7 @@ namespace osu.Game.Graphics.UserInterface
{
const float vertical_offset = 13;
InternalChildren = new Drawable[]
InternalChildren = new[]
{
label = new OsuSpriteText
{