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:
parent
0e228791c0
commit
7bc96431a7
@ -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}");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user