mirror of
https://github.com/ppy/osu
synced 2025-02-20 20:47:09 +00:00
float value fix
This commit is contained in:
parent
26985dbc62
commit
6063231e40
@ -53,7 +53,7 @@ namespace osu.Game.Screens.Play
|
||||
iconsContainer.Add(new ModIcon(mod)
|
||||
{
|
||||
AutoSizeAxes = Axes.Both,
|
||||
Scale = new Vector2((float)0.7),
|
||||
Scale = new Vector2(0.7f),
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user