mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Revert making ComboOffset
s legacy and define BeatmapSkinComboIndex
instead
This commit is contained in:
@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user