1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 19:42:55 +08:00

Trim whitespace

This commit is contained in:
smoogipoo 2019-05-10 18:48:39 +09:00
parent 425154c264
commit 3fe61c4a7e

View File

@ -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.
/// </summary>
public int MaxCatchUpFrames { get; set; } = 5;
[Cached]
public GameplayClock GameplayClock { get; }