mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 13:32:54 +08:00
Fix typo
Co-Authored-By: peppy <pe@ppy.sh>
This commit is contained in:
parent
9a9b4efb8d
commit
fafc80818c
@ -9,7 +9,7 @@ namespace osu.Game.Screens.Play
|
||||
/// A clock which is used for gameplay elements that need to follow audio time 1:1.
|
||||
/// Exposed via DI by <see cref="PauseContainer"/>.
|
||||
/// <remarks>
|
||||
/// THe main purpose of this clock is to stop components using it from accidentally processing the main
|
||||
/// The main purpose of this clock is to stop components using it from accidentally processing the main
|
||||
/// <see cref="IFrameBasedClock"/>, as this should only be done once to ensure accuracy.
|
||||
/// </remarks>
|
||||
/// </summary>
|
||||
@ -40,4 +40,4 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
public FrameTimeInfo TimeInfo => underlyingClock.TimeInfo;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user