mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Fix xmldoc to read better in new context
This commit is contained in:
@ -236,14 +236,13 @@ namespace osu.Game.Rulesets.UI
|
|||||||
NotValid,
|
NotValid,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Whether we are running up-to-date with our parent clock.
|
/// Playback is running behind real-time. Catch-up will be attempted by processing more than once per
|
||||||
/// If not, we will need to keep processing children until we catch up.
|
/// game loop (limited to a sane maximum to avoid frame drops).
|
||||||
/// </summary>
|
/// </summary>
|
||||||
RequiresCatchUp,
|
RequiresCatchUp,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Whether we are in a valid state (ie. should we keep processing children frames).
|
/// In a valid state, progressing one child hierarchy loop per game loop.
|
||||||
/// This should be set to false when the replay is, for instance, waiting for future frames to arrive.
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Valid
|
Valid
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user