1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 08:47:28 +08:00
osu-lazer/osu.Game/Rulesets/Judgements
Dean Herbert 7f30140b7e Add new method handling hit state specifically
Until now UpdateStateTransforms was applying results offsets to
StartTime. This didn't cover the case of a HitObject with duration,
where the call would be made with `StartTime + hitOffset` rather than
`EndTime + hitOffset`.

To resolve this, a new method has been added which should be used to
handle hit-specific state transforms.
2020-11-04 16:13:14 +09:00
..
DrawableJudgement.cs Remove unnecessary depth setter 2020-07-28 12:16:01 +09:00
IgnoreJudgement.cs Fix a few missed judgements 2020-09-29 16:33:38 +09:00
Judgement.cs Adjust health increase values to match old ones better 2020-10-03 12:16:22 +02:00
JudgementResult.cs Add new method handling hit state specifically 2020-11-04 16:13:14 +09:00