mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 10:40:33 +08:00
d597232c2a
In particular, mania-specific beatmaps that normally go via the "passthrough" generator should not adjust the stored pattern value. The "spinner" generator, which was previously intended to be used for non-mania-specific beatmaps, is now valid even for mania-specific beatmaps, and uses this value. In other words, another way of writing this would be: ```csharp if (conversion is SpinnerPatternGenerator || conversion is PassThroughPatternGenerator) ? lastPattern : newPattern; ```
d597232c2a
·
2024-12-13 16:08:12 +09:00
History