mirror of https://github.com/ppy/osu
Trim whitespace
This commit is contained in:
parent
425154c264
commit
3fe61c4a7e
|
@ -23,7 +23,7 @@ public class FrameStabilityContainer : Container, IHasReplayHandler
|
|||
/// The number of frames (per parent frame) which can be run in an attempt to catch-up to real-time.
|
||||
/// </summary>
|
||||
public int MaxCatchUpFrames { get; set; } = 5;
|
||||
|
||||
|
||||
[Cached]
|
||||
public GameplayClock GameplayClock { get; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue