From 3fe61c4a7ee96dddac374bfa244502c983d05a97 Mon Sep 17 00:00:00 2001 From: smoogipoo Date: Fri, 10 May 2019 18:48:39 +0900 Subject: [PATCH] Trim whitespace --- osu.Game/Rulesets/UI/FrameStabilityContainer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Rulesets/UI/FrameStabilityContainer.cs b/osu.Game/Rulesets/UI/FrameStabilityContainer.cs index 6a2169592d..1cc56fff8b 100644 --- a/osu.Game/Rulesets/UI/FrameStabilityContainer.cs +++ b/osu.Game/Rulesets/UI/FrameStabilityContainer.cs @@ -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. /// public int MaxCatchUpFrames { get; set; } = 5; - + [Cached] public GameplayClock GameplayClock { get; }