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)