Revert making ComboOffsets legacy and define BeatmapSkinComboIndex instead

This commit is contained in:
Salman Ahmed
2021-07-20 14:15:43 +03:00
parent 3a974d5027
commit 9d92b795fa
22 changed files with 102 additions and 78 deletions

View File

@ -90,7 +90,7 @@ namespace osu.Game.Rulesets.Osu.Tests
ConfigureTest(useBeatmapSkin, true, userHasCustomColours);
assertCorrectObjectComboColours("is beatmap skin colours with legacy offsets applied",
TestBeatmapSkin.Colours,
(i, obj) => i + 1 + obj.LegacyBeatmapComboOffset);
(i, obj) => i + 1 + obj.ComboOffset);
}
[TestCase(true)]
@ -136,7 +136,7 @@ namespace osu.Game.Rulesets.Osu.Tests
StartTime = i,
Position = new Vector2(256, 192),
NewCombo = true,
LegacyBeatmapComboOffset = i,
ComboOffset = i,
});
}