mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 00:02:54 +08:00
Make catchup clock support seeking
This commit is contained in:
parent
58d71e4aea
commit
1c67ef7c91
@ -34,7 +34,11 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Spectate
|
||||
|
||||
public void Stop() => IsRunning = false;
|
||||
|
||||
public bool Seek(double position) => true;
|
||||
public bool Seek(double position)
|
||||
{
|
||||
CurrentTime = position;
|
||||
return true;
|
||||
}
|
||||
|
||||
public void ResetSpeedAdjustments()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user