mirror of
https://github.com/ppy/osu
synced 2024-12-15 11:25:29 +00:00
Remove unused Source_Set
implementation on ISpectatorPlayerClock
This commit is contained in:
parent
c59298f0ce
commit
1191b6c080
@ -17,7 +17,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Spectate
|
||||
/// </summary>
|
||||
public const double CATCHUP_RATE = 2;
|
||||
|
||||
public IFrameBasedClock Source { get; set; }
|
||||
public readonly IFrameBasedClock Source;
|
||||
|
||||
public double CurrentTime { get; private set; }
|
||||
|
||||
|
@ -33,10 +33,5 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Spectate
|
||||
/// Of note, this will be false if this clock is *ahead* of the master clock.
|
||||
/// </remarks>
|
||||
bool IsCatchingUp { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The source clock
|
||||
/// </summary>
|
||||
IFrameBasedClock Source { set; }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user