1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 02:31:25 +08:00
Files
osu-lazer/osu.Game.Rulesets.Osu/Mods
T
Bartłomiej Dach 38c89a914b Fix Freeze Frame mod suppressing skip if the first object is a spinner
Fixes https://osu.ppy.sh/community/forums/topics/2169899?n=1.

`TimePreempt` doesn't affect the appearance of a spinner, but it *will*
affect the value of `GameplayStartTime`:

	https://github.com/ppy/osu/blob/4bf90a5571bb508444178f3d98a2b2a10c549534/osu.Game.Rulesets.Osu/UI/DrawableOsuRuleset.cs#L82-L91

While at parsing it is enforced that every object following a spinner
has `NewCombo` set, it is *not* enforced that every spinner has
`NewCombo` set. See also: https://github.com/ppy/osu/issues/24156.

But that's sort of orthogonal to the entire issue as well because why
touch the preempt of an object that's not visually affected by preempt
to begin with.
38c89a914b · 2026-01-12 11:11:38 +01:00
History
..
2025-08-21 09:00:44 +02:00
2025-08-21 09:00:44 +02:00
2025-08-21 09:00:44 +02:00
2023-05-14 13:37:44 -04:00
2025-08-21 09:00:44 +02:00
2025-02-18 13:04:38 +09:00