mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Trim whitespace
This commit is contained in:
@ -23,7 +23,7 @@ namespace osu.Game.Rulesets.UI
|
|||||||
/// The number of frames (per parent frame) which can be run in an attempt to catch-up to real-time.
|
/// The number of frames (per parent frame) which can be run in an attempt to catch-up to real-time.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public int MaxCatchUpFrames { get; set; } = 5;
|
public int MaxCatchUpFrames { get; set; } = 5;
|
||||||
|
|
||||||
[Cached]
|
[Cached]
|
||||||
public GameplayClock GameplayClock { get; }
|
public GameplayClock GameplayClock { get; }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user