mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
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.