mirror of https://github.com/ppy/osu
parent
8bd03c2e2a
commit
fb0079fb9f
|
@ -45,7 +45,7 @@ public struct LevelInfo
|
|||
public double Accuracy;
|
||||
|
||||
[JsonIgnore]
|
||||
public string DisplayAccuracy => Accuracy.FormatAccuracy();
|
||||
public string DisplayAccuracy => (Accuracy / 100).FormatAccuracy();
|
||||
|
||||
[JsonProperty(@"play_count")]
|
||||
public int PlayCount;
|
||||
|
|
Loading…
Reference in New Issue