1
0
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:
EVAST9919 2017-05-03 16:58:10 +03:00
parent 26985dbc62
commit 6063231e40

View File

@ -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),
});
}
}