mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 16:25:32 +08:00
Don't process master clock (is a noop)
This commit is contained in:
parent
f5a71ecdfe
commit
b564c34dbc
@ -83,8 +83,6 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Spectate
|
|||||||
ElapsedFrameTime = 0;
|
ElapsedFrameTime = 0;
|
||||||
FramesPerSecond = 0;
|
FramesPerSecond = 0;
|
||||||
|
|
||||||
masterClock.ProcessFrame();
|
|
||||||
|
|
||||||
if (IsRunning)
|
if (IsRunning)
|
||||||
{
|
{
|
||||||
double elapsedSource = masterClock.ElapsedFrameTime;
|
double elapsedSource = masterClock.ElapsedFrameTime;
|
||||||
|
Loading…
Reference in New Issue
Block a user