mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-07 02:09:52 +03:00
gameui: don`t show FOVValueLabel if fov_desired cvar is not exists
This commit is contained in:
@@ -448,6 +448,12 @@ public:
|
||||
{
|
||||
pFOV->SetVisible( false );
|
||||
}
|
||||
|
||||
pFOV = FindChildByName( "FovValueLabel" );
|
||||
if ( pFOV )
|
||||
{
|
||||
pFOV->SetVisible( false );
|
||||
}
|
||||
}
|
||||
|
||||
MarkDefaultSettingsAsRecommended();
|
||||
|
||||
Reference in New Issue
Block a user