mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Revert making ComboOffset
s legacy and define BeatmapSkinComboIndex
instead
This commit is contained in:
@ -63,12 +63,7 @@ namespace osu.Game.Skinning
|
||||
}
|
||||
|
||||
protected override IBindable<Color4> GetComboColour(IHasComboColours source, int comboIndex, IHasComboInformation combo)
|
||||
{
|
||||
if (combo is IHasLegacyBeatmapComboOffset legacyBeatmapCombo)
|
||||
return base.GetComboColour(source, legacyBeatmapCombo.LegacyBeatmapComboIndex, combo);
|
||||
|
||||
return base.GetComboColour(source, comboIndex, combo);
|
||||
}
|
||||
=> base.GetComboColour(source, combo.BeatmapSkinComboIndex, combo);
|
||||
|
||||
public override ISample GetSample(ISampleInfo sampleInfo)
|
||||
{
|
||||
|
Reference in New Issue
Block a user