mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Fix post-merge errors
This commit is contained in:
@ -154,11 +154,7 @@ namespace osu.Game.Screens.Play
|
||||
return true;
|
||||
}
|
||||
|
||||
void IAdjustableClock.Reset()
|
||||
{
|
||||
Restart();
|
||||
Stop();
|
||||
}
|
||||
void IAdjustableClock.Reset() => Reset();
|
||||
|
||||
public void ResetSpeedAdjustments()
|
||||
{
|
||||
|
Reference in New Issue
Block a user