1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00

Remove unnecessary type specification

This commit is contained in:
Dean Herbert 2019-06-24 11:10:29 +09:00
parent da2ba5bf09
commit 024157b13f

View File

@ -26,7 +26,7 @@ namespace osu.Game.Tests.Visual.Components
{
InputManager.MoveMouseTo(Vector2.Zero);
Children = boxes = new IdleTrackingBox[]
Children = boxes = new[]
{
box1 = new IdleTrackingBox(2000)
{