Fix rewind tests failing

This commit is contained in:
Dean Herbert
2019-09-17 22:33:27 +09:00
parent 38d85e44be
commit 77947e8309
5 changed files with 20 additions and 7 deletions

View File

@ -42,5 +42,7 @@ namespace osu.Game.Screens.Play
public double FramesPerSecond => underlyingClock.FramesPerSecond;
public FrameTimeInfo TimeInfo => underlyingClock.TimeInfo;
public IClock Source => underlyingClock;
}
}