Don't constantly read from Stats.xml while on the bookkeeping screen...

This commit is contained in:
Crash Cringle
2025-03-21 21:46:46 -04:00
committed by teejusb
parent 91eccae6c7
commit e9e228fee0
-2
View File
@@ -66,8 +66,6 @@ void ScreenBookkeeping::Init()
void ScreenBookkeeping::Update( float fDelta )
{
UpdateView(); // refresh so that counts change in real-time
ScreenWithMenuElements::Update( fDelta );
}