Fix post-merge errors

This commit is contained in:
smoogipoo
2021-04-21 17:13:01 +09:00
parent e78ef05fcf
commit f32d00c0d9
2 changed files with 2 additions and 6 deletions

View File

@ -154,11 +154,7 @@ namespace osu.Game.Screens.Play
return true;
}
void IAdjustableClock.Reset()
{
Restart();
Stop();
}
void IAdjustableClock.Reset() => Reset();
public void ResetSpeedAdjustments()
{