1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 11:42:55 +08:00

Remove unnecessary virtual spec from GameplayClockContainer.Seek

This commit is contained in:
Dean Herbert 2022-08-18 19:08:23 +09:00
parent 0e228791c0
commit 7bc96431a7

View File

@ -111,7 +111,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 virtual void Seek(double time)
public void Seek(double time)
{
Logger.Log($"{nameof(GameplayClockContainer)} seeking to {time}");