mirror of
https://github.com/osukey/osukey.git
synced 2025-06-16 16:57:56 +09:00
remove unused assignment
This commit is contained in:
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user