Tick only HUD interpolators from Demolitionist Menu.
This commit is contained in:
parent
ca544f5f36
commit
1262ed4e75
2 changed files with 6 additions and 3 deletions
|
|
@ -2328,7 +2328,10 @@ Class DemolitionistMenu : GenericMenu
|
|||
else menuactive = Menu.OnNoPause;
|
||||
// forcibly tick hud (mainly so interpolators can still update in the background)
|
||||
if ( !multiplayer && (menuactive == Menu.On) )
|
||||
StatusBar.Tick();
|
||||
{
|
||||
let bar = SWWMStatusBar(StatusBar);
|
||||
if ( bar ) bar.TickInterpolators();
|
||||
}
|
||||
if ( tabs[curtab] == TAB_INVENTORY )
|
||||
{
|
||||
invlist.Clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue