mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Missed an extra set of () on an object initialiser
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user