mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Create PerformanceAttributes
This commit is contained in:
@ -129,7 +129,7 @@ namespace osu.Game.Screens.Play.HUD
|
||||
|
||||
var calculator = gameplayState.Ruleset.CreatePerformanceCalculator(attrib, scoreInfo);
|
||||
|
||||
Current.Value = (int)Math.Round(calculator?.Calculate() ?? 0, MidpointRounding.AwayFromZero);
|
||||
Current.Value = (int)Math.Round(calculator?.Calculate().Total ?? 0, MidpointRounding.AwayFromZero);
|
||||
IsValid = true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user