mirror of
https://github.com/ppy/osu.git
synced 2025-02-11 00:02:56 +08:00
Fix typo
This commit is contained in:
parent
c522a703eb
commit
43a4b34295
@ -22,7 +22,7 @@ namespace osu.Game.Skinning
|
|||||||
public LegacySongProgress()
|
public LegacySongProgress()
|
||||||
{
|
{
|
||||||
// User shouldn't be able to adjust width/height of this as `CircularProgress` doesn't
|
// User shouldn't be able to adjust width/height of this as `CircularProgress` doesn't
|
||||||
// handle stretched cases ell.
|
// handle stretched cases well.
|
||||||
AutoSizeAxes = Axes.Both;
|
AutoSizeAxes = Axes.Both;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user