mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 18:07:27 +09:00
add culture info
This commit is contained in:
parent
cdb3150c56
commit
a3430dd072
@ -12,6 +12,7 @@ using osu.Framework.Graphics.Sprites;
|
|||||||
using osu.Game.Database;
|
using osu.Game.Database;
|
||||||
using osu.Game.Graphics;
|
using osu.Game.Graphics;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using System.Globalization;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
|
||||||
namespace osu.Game.Screens.Select
|
namespace osu.Game.Screens.Select
|
||||||
@ -405,7 +406,7 @@ namespace osu.Game.Screens.Select
|
|||||||
{
|
{
|
||||||
difficultyValue = value;
|
difficultyValue = value;
|
||||||
bar.Length = value/maxValue;
|
bar.Length = value/maxValue;
|
||||||
valueText.Text = value.ToString();
|
valueText.Text = value.ToString(CultureInfo.InvariantCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user