1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 07:09:11 +08:00

remove unused assignment

This commit is contained in:
unknown
2020-01-28 12:34:17 +08:00
Unverified
parent aa264cd2a8
commit a3cfeb08d4
@@ -170,7 +170,6 @@ namespace osu.Game.Graphics.UserInterface
else
{
double floatValue = value.ToDouble(NumberFormatInfo.InvariantInfo);
double floatMinValue = CurrentNumber.MinValue.ToDouble(NumberFormatInfo.InvariantInfo);
double floatMaxValue = CurrentNumber.MaxValue.ToDouble(NumberFormatInfo.InvariantInfo);
if (DisplayAsPercentage)