mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Change FrameStableClock
to inherit IGameplayClock
This commit is contained in:
@ -207,7 +207,7 @@ namespace osu.Game.Rulesets.UI
|
||||
|
||||
public bool OnPressed(KeyBindingPressEvent<T> e)
|
||||
{
|
||||
calculator.AddTimestamp();
|
||||
calculator.AddInputTimestamp();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user