1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 12:17:26 +08:00

Fix indent problems

This commit is contained in:
normalid 2024-07-24 13:09:21 +08:00
parent b24be96d04
commit fede6b3657

View File

@ -28,7 +28,7 @@ namespace osu.Game.Skinning
backgroundSprite = new Sprite
{
Anchor = Anchor.TopLeft,
Origin = Anchor.TopLeft,
Origin = Anchor.TopLeft,
},
KeyFlow = new FillFlowContainer<KeyCounter>
{