mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Fix instant spinners giving insane amounts of strain
This commit is contained in:
@ -69,6 +69,8 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Preprocessing
|
||||
TravelDistance = lastSlider.LazyTravelDistance * scalingFactor;
|
||||
}
|
||||
|
||||
if (!(lastObject is Spinner))
|
||||
{
|
||||
Vector2 lastCursorPosition = getEndCursorPosition(lastObject);
|
||||
|
||||
// Don't need to jump to reach spinners
|
||||
@ -88,6 +90,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Preprocessing
|
||||
Angle = Math.Abs(Math.Atan2(det, dot));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private void computeSliderCursorPosition(Slider slider)
|
||||
{
|
||||
|
Reference in New Issue
Block a user