mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 08:52:55 +08:00
Line endings, use ToString for statistic value
This commit is contained in:
parent
ffb3450dc2
commit
6e7a09fedb
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user