mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Tidying code and restricting methods
This commit is contained in:
@ -51,7 +51,7 @@ namespace osu.Game.GameModes.Play.UserInterface
|
||||
public override void Apply(Drawable d)
|
||||
{
|
||||
base.Apply(d);
|
||||
(d as ComboResultCounter).VisibleCount = CurrentValue;
|
||||
(d as ComboResultCounter).DisplayedCount = CurrentValue;
|
||||
}
|
||||
|
||||
public TransformComboResult(IClock clock)
|
||||
|
Reference in New Issue
Block a user