mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 09:05:59 +08:00
Fix typo in xmldoc
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
01cec7d3fb
commit
282fccb4c8
@ -610,7 +610,7 @@ namespace osu.Game.Screens.Play
|
|||||||
/// Specify and seek to a custom start time from which gameplay should be observed.
|
/// Specify and seek to a custom start time from which gameplay should be observed.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// This performance a non-frame-stable seek. Intermediate hitobject judgements may not be applied or reverted correctly during this seek.
|
/// This performs a non-frame-stable seek. Intermediate hitobject judgements may not be applied or reverted correctly during this seek.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
/// <param name="time">The destination time to seek to.</param>
|
/// <param name="time">The destination time to seek to.</param>
|
||||||
protected void SetGameplayStartTime(double time)
|
protected void SetGameplayStartTime(double time)
|
||||||
|
Loading…
Reference in New Issue
Block a user