mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 15:02:54 +08:00
Don't use gameplay clock in KeyCounter
This commit is contained in:
parent
0cdf125c1e
commit
831d04f339
@ -78,11 +78,8 @@ namespace osu.Game.Screens.Play
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader(true)]
|
||||
private void load(TextureStore textures, GameplayClock clock)
|
||||
private void load(TextureStore textures)
|
||||
{
|
||||
if (clock != null)
|
||||
Clock = clock;
|
||||
|
||||
Children = new Drawable[]
|
||||
{
|
||||
buttonSprite = new Sprite
|
||||
|
Loading…
Reference in New Issue
Block a user