mirror of
https://github.com/ppy/osu
synced 2024-12-23 23:33:36 +00:00
Mvoe private method to bottom
This commit is contained in:
parent
8d65d49126
commit
68f0d25550
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user