mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Mvoe private method to bottom
This commit is contained in:
@ -34,12 +34,6 @@ namespace osu.Game.Input
|
||||
this.timeToIdle = timeToIdle;
|
||||
}
|
||||
|
||||
private bool updateLastInteractionTime()
|
||||
{
|
||||
lastInteractionTime = Clock.CurrentTime;
|
||||
return false;
|
||||
}
|
||||
|
||||
protected override void Update()
|
||||
{
|
||||
base.Update();
|
||||
@ -64,5 +58,11 @@ namespace osu.Game.Input
|
||||
return base.Handle(e);
|
||||
}
|
||||
}
|
||||
|
||||
private bool updateLastInteractionTime()
|
||||
{
|
||||
lastInteractionTime = Clock.CurrentTime;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user