mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 20:22:55 +08: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;
|
this.timeToIdle = timeToIdle;
|
||||||
}
|
}
|
||||||
|
|
||||||
private bool updateLastInteractionTime()
|
|
||||||
{
|
|
||||||
lastInteractionTime = Clock.CurrentTime;
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
protected override void Update()
|
protected override void Update()
|
||||||
{
|
{
|
||||||
base.Update();
|
base.Update();
|
||||||
@ -64,5 +58,11 @@ namespace osu.Game.Input
|
|||||||
return base.Handle(e);
|
return base.Handle(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private bool updateLastInteractionTime()
|
||||||
|
{
|
||||||
|
lastInteractionTime = Clock.CurrentTime;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user