mirror of
https://github.com/ppy/osu.git
synced 2025-02-12 18:52:57 +08:00
increased stability of the overlaps
This commit is contained in:
parent
4d2cb57887
commit
6b1320e1cd
@ -160,6 +160,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Preprocessing
|
||||
instantOverlapness = Math.Min(1, instantOverlapness * angleFactor); // wide angles are more predictable
|
||||
|
||||
currentOverlapness *= (1 - instantOverlapness) * 2; // wide angles will have close-to-zero buff
|
||||
currentOverlapness *= loopObj.OpacityAt(BaseObject.StartTime, false);
|
||||
|
||||
if (currentOverlapness > 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user