1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 00:02:54 +08:00
osu-lazer/osu.Game.Rulesets.Mania/Beatmaps/Patterns/Legacy
smoogipoo 55f0b3c42c Distance object generator should output a secondary pattern
In osu!stable, only the hitobjects which ended at the distance object's EndTime would be considered for further pattern generation.

Previously this generator was group _all_ objects including those that don't end at the object's EndTime, resulting in incorrect hitobject count for further pattern generation.
2018-06-15 22:10:57 +09:00
..
DistanceObjectPatternGenerator.cs Distance object generator should output a secondary pattern 2018-06-15 22:10:57 +09:00
EndTimeObjectPatternGenerator.cs Distance object generator should output a secondary pattern 2018-06-15 22:10:57 +09:00
HitObjectPatternGenerator.cs Distance object generator should output a secondary pattern 2018-06-15 22:10:57 +09:00
PatternGenerator.cs Fix drain time not being rounded to the second 2018-06-15 20:49:11 +09:00
PatternType.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00