mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 22:27:25 +08: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