From 38f2bd47c5fe94286c8d507b7b41880856be812c Mon Sep 17 00:00:00 2001 From: smoogipooo Date: Fri, 16 Jun 2017 20:00:16 +0900 Subject: [PATCH] Even saner default. --- osu.Game/Rulesets/Timing/DrawableTimingSection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Rulesets/Timing/DrawableTimingSection.cs b/osu.Game/Rulesets/Timing/DrawableTimingSection.cs index c565fd73a6..3ad9f23605 100644 --- a/osu.Game/Rulesets/Timing/DrawableTimingSection.cs +++ b/osu.Game/Rulesets/Timing/DrawableTimingSection.cs @@ -96,7 +96,7 @@ public override void InvalidateFromChild(Invalidation invalidation) // If we have a singular hit object at the timing section's start time, let's set a sane default duration if (baseDuration == 0) - baseDuration = 1000; + baseDuration = 1; // Scrolling ruleset hit objects typically have anchors+origins set to the hit object's start time, but if the hit object doesn't implement IHasEndTime and lies on the control point // then the baseDuration above will be 0. This will cause problems with masking when it is further set as the value for Size in Update(). We _want_ the timing section bounds to