From 226bbb18872a2a644f08a248eb711dfc2995e514 Mon Sep 17 00:00:00 2001 From: Phillip Grimsrud Date: Thu, 28 Mar 2019 00:37:59 -0600 Subject: [PATCH] Add an option to always show the live delta --- UI/Components/PreviousSegment.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/Components/PreviousSegment.cs b/UI/Components/PreviousSegment.cs index 3c9a8ec..106004c 100644 --- a/UI/Components/PreviousSegment.cs +++ b/UI/Components/PreviousSegment.cs @@ -165,7 +165,7 @@ public void Update(IInvalidator invalidator, LiveSplitState state, float width, TimeSpan? timeChange = null; TimeSpan? timeSave = null; - var liveSegment = LiveSplitStateHelper.CheckLiveDelta(state, false, comparison, state.CurrentTimingMethod); + var liveSegment = LiveSplitStateHelper.CheckLiveDelta(state, false, comparison, state.CurrentTimingMethod, false); if (state.CurrentPhase != TimerPhase.NotRunning) { if (liveSegment != null)