1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-05 09:42:54 +08:00

change global mult

This commit is contained in:
TextAdventurer12 2024-11-27 23:54:20 +13:00
parent 1c289503e2
commit 8b18be6214

View File

@ -14,7 +14,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty
{
public class OsuPerformanceCalculator : PerformanceCalculator
{
public const double PERFORMANCE_BASE_MULTIPLIER = 1.15; // This is being adjusted to keep the final pp value scaled around what it used to be when changing things.
public const double PERFORMANCE_BASE_MULTIPLIER = 1.06; // This is being adjusted to keep the final pp value scaled around what it used to be when changing things.
private bool usingClassicSliderAccuracy;