From 45387a874bcd9b0b8baa39dbc370ec81eefca319 Mon Sep 17 00:00:00 2001 From: Steven Casper Date: Mon, 4 Jan 2021 08:01:21 -0500 Subject: [PATCH] Implement Not Personal Best Color --- UI/Components/Timer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/Components/Timer.cs b/UI/Components/Timer.cs index 116634c..1ec9de6 100644 --- a/UI/Components/Timer.cs +++ b/UI/Components/Timer.cs @@ -316,7 +316,7 @@ public void Update(IInvalidator invalidator, LiveSplitState state, float width, } else { - TimerColor = state.LayoutSettings.BehindLosingTimeColor; + TimerColor = state.LayoutSettings.NotPersonalBestColor; } } else if (state.CurrentPhase == TimerPhase.Running)