From e9e228fee00a88de06522769cc73093fdc3d68f8 Mon Sep 17 00:00:00 2001 From: Crash Cringle <30600688+CrashCringle12@users.noreply.github.com> Date: Fri, 21 Mar 2025 21:46:46 -0400 Subject: [PATCH] Don't constantly read from Stats.xml while on the bookkeeping screen... --- src/ScreenBookkeeping.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ScreenBookkeeping.cpp b/src/ScreenBookkeeping.cpp index afdc0f98d4..18d4048c0f 100644 --- a/src/ScreenBookkeeping.cpp +++ b/src/ScreenBookkeeping.cpp @@ -66,8 +66,6 @@ void ScreenBookkeeping::Init() void ScreenBookkeeping::Update( float fDelta ) { - UpdateView(); // refresh so that counts change in real-time - ScreenWithMenuElements::Update( fDelta ); }