mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Remove DisplayInitialCombo method for simplicity
This commit is contained in:
@ -28,7 +28,7 @@ namespace osu.Game.Rulesets.Catch.UI
|
||||
protected override void SkinChanged(ISkinSource skin, bool allowFallback)
|
||||
{
|
||||
base.SkinChanged(skin, allowFallback);
|
||||
ComboCounter?.DisplayInitialCombo(currentCombo);
|
||||
ComboCounter?.UpdateCombo(currentCombo);
|
||||
}
|
||||
|
||||
public void OnNewResult(DrawableCatchHitObject judgedObject, JudgementResult result)
|
||||
|
Reference in New Issue
Block a user