mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Fix rewind tests failing
This commit is contained in:
@ -42,5 +42,7 @@ namespace osu.Game.Screens.Play
|
||||
public double FramesPerSecond => underlyingClock.FramesPerSecond;
|
||||
|
||||
public FrameTimeInfo TimeInfo => underlyingClock.TimeInfo;
|
||||
|
||||
public IClock Source => underlyingClock;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user