mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +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.
|
||||
/// </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;
|
||||
|
||||
|
Reference in New Issue
Block a user