Fix incorrect path position being used for old stacking algorithm

This commit is contained in:
smoogipoo
2019-08-07 19:35:39 +09:00
parent 42de5934f6
commit bc3a340286
4 changed files with 326 additions and 1 deletions

View File

@ -22,6 +22,7 @@ namespace osu.Game.Rulesets.Osu.Tests
[TestCase("slider-ticks")]
[TestCase("repeat-slider")]
[TestCase("uneven-repeat-slider")]
[TestCase("old-stacking")]
public void Test(string name) => base.Test(name);
protected override IEnumerable<ConvertValue> CreateConvertValue(HitObject hitObject)