1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 12:50:42 +08:00
Files
osu-lazer/osu.Game/Screens/Edit/Components/Timelines
T
maarvin c5dd95851c Fix timing points sometimes not showing up in the editor timeline when paired with a kiai start/end (#37061)
Initially reported on
[discord](https://discord.com/channels/188630481301012481/1097318920991559880/1481649645167054878).

`return` instead of `continue` led to the loop exiting too early if
there was an `EffectControlPoint` in the list before a
`TimingControlPoint`.

Behaviour can be reproduced with topdiff on this
[mapset](https://osu.ppy.sh/beatmapsets/1884175#osu/4027941). When
opened, all timing points on kiai start don't show up in the timeline.
If you disable/enable the effects section on one of those timing points
the order changes and it becomes visible again.
c5dd95851c · 2026-03-22 23:01:33 +09:00
History
..