1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 03:52:35 +08:00
Files
osu-lazer/osu.Game/Graphics
T
Dean Herbert 8e25c94452 Fix kiai fountains sometimes not displaying when they should
The previous logic was very wrong, as the check would only occur on each
beat. But that's not how kiai sections work – they can be placed at any
timestamp, even if that doesn't align with a beat.

In addition, the rate limiting has been removed because it didn't exist
on stable and causes some fountains to be missed. Overlap scenarios are
already handled internally by the `StarFountain` class.

Closes https://github.com/ppy/osu/issues/31855.
8e25c94452 · 2025-02-18 14:12:16 +09:00
History
..
2023-06-24 01:00:03 +09:00
2025-02-05 15:58:34 +09:00
2023-06-24 01:00:03 +09:00
2023-06-24 01:00:03 +09:00
2023-06-24 01:00:03 +09:00
2022-11-27 00:00:27 +09:00
2024-11-26 21:09:28 +09:00
2022-12-03 23:42:16 +03:00
2023-06-24 01:00:03 +09:00
2024-07-03 00:19:04 +09:00