1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-05 03:13:22 +08:00

remove redundant Scale attribute

This commit is contained in:
Sheppsu 2024-11-18 04:04:28 -05:00
parent 29e7adcd3b
commit 7d4062d2ad

View File

@ -40,7 +40,6 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Spectate
Icon = FontAwesome.Solid.Cog,
Origin = Anchor.TopLeft,
Anchor = Anchor.TopLeft,
Scale = new Vector2(1f),
Position = new Vector2(-30, 0),
Action = () => opened.Toggle()
},