1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 13:22:57 +08:00

Missed an extra set of () on an object initialiser

This commit is contained in:
Remie Richards 2016-09-18 20:49:01 +01:00
parent 314b0dfc04
commit 80dfad9af9

View File

@ -310,7 +310,7 @@ namespace osu.Game.GameModes.Menu
Origin = Anchor.Centre,
Alpha = 0.4f
},
vis = new MenuVisualisation()
vis = new MenuVisualisation
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,