mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Line endings, use ToString for statistic value
This commit is contained in:
@ -54,7 +54,7 @@ namespace osu.Game.Overlays.Direct
|
||||
set
|
||||
{
|
||||
this.value = value;
|
||||
text.Text = string.Format(@"{0:n0}", Value);
|
||||
text.Text = Value.ToString(@"N0");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user