1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:47:24 +08:00

Remove mention of clock being nullable in IBeatSyncProvider

Co-authored-by: Susko3 <Susko3@protonmail.com>
This commit is contained in:
Dean Herbert 2023-07-18 13:08:23 +09:00 committed by GitHub
parent 85c780ae5b
commit e6e66c6aef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ namespace osu.Game.Beatmaps
ControlPointInfo? ControlPoints { get; } ControlPointInfo? ControlPoints { get; }
/// <summary> /// <summary>
/// Access a clock currently responsible for providing beat sync. If <c>null</c>, no current provider is available. /// Access a clock currently responsible for providing beat sync.
/// </summary> /// </summary>
IClock Clock { get; } IClock Clock { get; }
} }