1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 12:17:26 +08:00

Fully revert Player

This commit is contained in:
sh0ckR6 2021-09-20 15:01:03 -04:00
parent 9a1db04920
commit fb416c79e9
No known key found for this signature in database
GPG Key ID: 701938030071AF85

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;