1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-16 12:23:02 +08:00
Files
osu-lazer/osu.Game/Rulesets/Judgements
T
Bartłomiej Dach 237de1ef72 Adjust combo accounting in score processor to be order-agnostic
Closes https://github.com/ppy/osu/issues/21732.

While the problem of multiple judgements in one frame and ordering of
`RevertResult()` calls as described in the issue is a real one, this
commit is a bit of a sidestep of the entire issue.

The idea here that while *snapshots* of instantaneous combo values are
susceptible to such ordering foibles on revert, *deltas* are not - and
such, when deltas are using to update the combo counts on revert,
ordering stops mattering so much.
237de1ef72 · 2025-05-20 12:28:28 +02:00
History
..
2023-06-24 01:00:03 +09:00