diff --git a/UI/Components/GraphComponent.cs b/UI/Components/GraphComponent.cs index 18b6f05..3aa5b8e 100644 --- a/UI/Components/GraphComponent.cs +++ b/UI/Components/GraphComponent.cs @@ -511,7 +511,7 @@ private void CheckLiveSegmentDelta(LiveSplitState state, string comparison) { if (state.CurrentPhase == TimerPhase.Running || state.CurrentPhase == TimerPhase.Paused) { - var bestSeg = LiveSplitStateHelper.CheckLiveDelta(state, true, comparison, state.CurrentTimingMethod); + var bestSeg = LiveSplitStateHelper.CheckLiveDelta(state, true, comparison, state.CurrentTimingMethod, false); var curSplit = state.Run[state.CurrentSplitIndex].Comparisons[comparison][state.CurrentTimingMethod]; var curTime = state.CurrentTime[state.CurrentTimingMethod]; if (bestSeg == null && curSplit != null && curTime - curSplit > MinDelta)