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:
parent
314b0dfc04
commit
80dfad9af9
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user