mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:20:04 +08:00
Remove LastFrameTime
This commit is contained in:
parent
6fc7488a67
commit
33ad7850cb
@ -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; }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user