mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 19:12:57 +08:00
Fix post-merge errors
This commit is contained in:
parent
e78ef05fcf
commit
f32d00c0d9
@ -86,7 +86,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Spectate
|
|||||||
base.LoadComplete();
|
base.LoadComplete();
|
||||||
|
|
||||||
masterClockContainer.Stop();
|
masterClockContainer.Stop();
|
||||||
masterClockContainer.Restart();
|
masterClockContainer.Reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void OnUserStateChanged(int userId, SpectatorState spectatorState)
|
protected override void OnUserStateChanged(int userId, SpectatorState spectatorState)
|
||||||
|
@ -154,11 +154,7 @@ namespace osu.Game.Screens.Play
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void IAdjustableClock.Reset()
|
void IAdjustableClock.Reset() => Reset();
|
||||||
{
|
|
||||||
Restart();
|
|
||||||
Stop();
|
|
||||||
}
|
|
||||||
|
|
||||||
public void ResetSpeedAdjustments()
|
public void ResetSpeedAdjustments()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user