1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-23 12:07:25 +08:00
osu-lazer/osu.Game/Rulesets/Objects/Drawables
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
..
ArmedState.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
DrawableHitObject.cs Add new method handling hit state specifically 2020-11-04 16:13:14 +09:00
IDrawableHitObjectWithProxiedApproach.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
IScrollingHitObject.cs Adjust namespaces 2019-02-21 19:05:52 +09:00