1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-18 16:34:05 +08:00
osu-lazer/osu.Game.Rulesets.Mania/Objects/Drawables
Dean Herbert 5aebbac6c5 Fix osu!mania hold note animations not correctly re-applying after rewind
There's early exit logic in `OnPressed`/`OnReleased` for the sake of
keeping order correct, but this doesn't account for the fact that
`DrawableHitObject` resets all animations when the hit state changes.

A bit of an ugly workaround, but seems to work as expected.
2023-03-14 18:15:19 +09:00
..
DrawableBarLine.cs Partial everything 2022-11-27 00:00:27 +09:00
DrawableHoldNote.cs Fix osu!mania hold note animations not correctly re-applying after rewind 2023-03-14 18:15:19 +09:00
DrawableHoldNoteHead.cs Partial everything 2022-11-27 00:00:27 +09:00
DrawableHoldNoteTail.cs Move MaximumJudgementOffset to HitObject 2023-01-19 21:23:55 +09:00
DrawableHoldNoteTick.cs Partial everything 2022-11-27 00:00:27 +09:00
DrawableManiaHitObject.cs Partial everything 2022-11-27 00:00:27 +09:00
DrawableNote.cs Partial everything 2022-11-27 00:00:27 +09:00