mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 10:42:54 +08:00
fix: compilation
This commit is contained in:
parent
c94e647e21
commit
8830e06588
@ -49,8 +49,6 @@ namespace osu.Game.Screens.Play
|
||||
defaultKey.KeyUpTextColor = KeyUpTextColor;
|
||||
}
|
||||
|
||||
protected override bool CheckType(KeyCounter key) => key is DefaultKeyCounter;
|
||||
|
||||
protected override void UpdateVisibility() =>
|
||||
// Isolate changing visibility of the key counters from fading this component.
|
||||
KeyFlow.FadeTo(AlwaysVisible.Value || ConfigVisibility.Value ? 1 : 0, duration);
|
||||
|
Loading…
Reference in New Issue
Block a user