mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 22:22:54 +08:00
Fix indent problems
This commit is contained in:
parent
b24be96d04
commit
fede6b3657
@ -28,7 +28,7 @@ namespace osu.Game.Skinning
|
|||||||
backgroundSprite = new Sprite
|
backgroundSprite = new Sprite
|
||||||
{
|
{
|
||||||
Anchor = Anchor.TopLeft,
|
Anchor = Anchor.TopLeft,
|
||||||
Origin = Anchor.TopLeft,
|
Origin = Anchor.TopLeft,
|
||||||
},
|
},
|
||||||
KeyFlow = new FillFlowContainer<KeyCounter>
|
KeyFlow = new FillFlowContainer<KeyCounter>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user