mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 02:59:53 +08:00
committed by
GitHub
Unverified
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user