gameui: don`t show FOVValueLabel if fov_desired cvar is not exists
This commit is contained in:
parent
d88dfa2db3
commit
3bd0e9a3b9
1 changed files with 6 additions and 0 deletions
|
@ -448,6 +448,12 @@ public:
|
|||
{
|
||||
pFOV->SetVisible( false );
|
||||
}
|
||||
|
||||
pFOV = FindChildByName( "FovValueLabel" );
|
||||
if ( pFOV )
|
||||
{
|
||||
pFOV->SetVisible( false );
|
||||
}
|
||||
}
|
||||
|
||||
MarkDefaultSettingsAsRecommended();
|
||||
|
|
Loading…
Reference in a new issue