mirror of
https://github.com/ppy/osu.git
synced 2026-06-05 20:24:45 +08:00
Remove LastFrameTime
This commit is contained in:
@@ -167,10 +167,6 @@ namespace osu.Game.Tests.OnlinePlay
|
||||
public readonly Bindable<bool> WaitingOnFrames = new Bindable<bool>(true);
|
||||
IBindable<bool> IMultiplayerSlaveClock.WaitingOnFrames => WaitingOnFrames;
|
||||
|
||||
public double LastFrameTime => 0;
|
||||
|
||||
double IMultiplayerSlaveClock.LastFrameTime => LastFrameTime;
|
||||
|
||||
public bool IsCatchingUp { get; set; }
|
||||
|
||||
public readonly int Id;
|
||||
|
||||
@@ -10,8 +10,6 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Spectate
|
||||
{
|
||||
IBindable<bool> WaitingOnFrames { get; }
|
||||
|
||||
double LastFrameTime { get; }
|
||||
|
||||
bool IsCatchingUp { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user