mirror of
https://github.com/ppy/osu.git
synced 2025-02-04 03:15:10 +08:00
Fix typo
This commit is contained in:
parent
3b708f6505
commit
705960dabb
@ -167,7 +167,7 @@ namespace osu.Game.Screens.Ranking
|
|||||||
{
|
{
|
||||||
new Sprite
|
new Sprite
|
||||||
{
|
{
|
||||||
RelativeSsizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Alpha = 0.2f,
|
Alpha = 0.2f,
|
||||||
Texture = Beatmap.Value.Background,
|
Texture = Beatmap.Value.Background,
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
|
Loading…
Reference in New Issue
Block a user