mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-09 10:19:38 +00: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->SetVisible( false );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pFOV = FindChildByName( "FovValueLabel" );
|
||||||
|
if ( pFOV )
|
||||||
|
{
|
||||||
|
pFOV->SetVisible( false );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
MarkDefaultSettingsAsRecommended();
|
MarkDefaultSettingsAsRecommended();
|
||||||
|
|||||||
Reference in New Issue
Block a user