mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 19:12:54 +08:00
Rename "Final PP" to "Achieved PP"
This commit is contained in:
parent
39524f3dd2
commit
b06128ffa5
@ -21,7 +21,7 @@ namespace osu.Game.Rulesets.Difficulty
|
|||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
public virtual IEnumerable<PerformanceDisplayAttribute> GetAttributesForDisplay()
|
public virtual IEnumerable<PerformanceDisplayAttribute> GetAttributesForDisplay()
|
||||||
{
|
{
|
||||||
yield return new PerformanceDisplayAttribute(nameof(Total), "Final PP", Total);
|
yield return new PerformanceDisplayAttribute(nameof(Total), "Achieved PP", Total);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user