mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 10:47:28 +08:00
Merge pull request #12227 from peppy/fix-accuracy-display
Fix accuracy displaying incorrectly in online contexts
This commit is contained in:
commit
e848444d74
@ -45,7 +45,7 @@ namespace osu.Game.Users
|
|||||||
public double Accuracy;
|
public double Accuracy;
|
||||||
|
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
public string DisplayAccuracy => Accuracy.FormatAccuracy();
|
public string DisplayAccuracy => (Accuracy / 100).FormatAccuracy();
|
||||||
|
|
||||||
[JsonProperty(@"play_count")]
|
[JsonProperty(@"play_count")]
|
||||||
public int PlayCount;
|
public int PlayCount;
|
||||||
|
Loading…
Reference in New Issue
Block a user