1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-15 17:17:26 +08:00

Fix redundant array type specification

This commit is contained in:
Bartłomiej Dach 2024-10-25 19:58:31 +02:00
parent 1fc221bb39
commit e96d593b1f
No known key found for this signature in database

View File

@ -98,7 +98,7 @@ namespace osu.Game.Graphics.UserInterface
{ {
const float vertical_offset = 13; const float vertical_offset = 13;
InternalChildren = new Drawable[] InternalChildren = new[]
{ {
label = new OsuSpriteText label = new OsuSpriteText
{ {