Change FrameStableClock to inherit IGameplayClock

This commit is contained in:
Dean Herbert
2022-09-08 18:23:54 +09:00
parent 5c2fb3e434
commit 6729bb3e1a
3 changed files with 4 additions and 4 deletions

View File

@ -207,7 +207,7 @@ namespace osu.Game.Rulesets.UI
public bool OnPressed(KeyBindingPressEvent<T> e)
{
calculator.AddTimestamp();
calculator.AddInputTimestamp();
return false;
}