mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:57:36 +08:00
Remove unnecessary type specification
This commit is contained in:
parent
da2ba5bf09
commit
024157b13f
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user