Fully revert Player

This commit is contained in:
sh0ckR6
2021-09-20 15:01:03 -04:00
parent 9a1db04920
commit fb416c79e9

View File

@ -584,10 +584,7 @@ namespace osu.Game.Screens.Play
/// Seek to a specific time in gameplay.
/// </summary>
/// <param name="time">The destination time to seek to.</param>
public void Seek(double time)
{
GameplayClockContainer.Seek(time);
}
public void Seek(double time) => GameplayClockContainer.Seek(time);
private ScheduledDelegate frameStablePlaybackResetDelegate;