mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Fully revert Player
This commit is contained in:
@ -584,10 +584,7 @@ namespace osu.Game.Screens.Play
|
|||||||
/// Seek to a specific time in gameplay.
|
/// Seek to a specific time in gameplay.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="time">The destination time to seek to.</param>
|
/// <param name="time">The destination time to seek to.</param>
|
||||||
public void Seek(double time)
|
public void Seek(double time) => GameplayClockContainer.Seek(time);
|
||||||
{
|
|
||||||
GameplayClockContainer.Seek(time);
|
|
||||||
}
|
|
||||||
|
|
||||||
private ScheduledDelegate frameStablePlaybackResetDelegate;
|
private ScheduledDelegate frameStablePlaybackResetDelegate;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user