Merge branch 'poke646' into poke646_vendetta

This commit is contained in:
Andrey Akhmichin 2021-04-04 07:50:15 +05:00
commit 5989319e4c

View File

@ -81,7 +81,7 @@ int CHudScope::DrawScope()
strcpy( m_szDist, "-.-- m" );
x = tan( gHUD.m_iFOV / 114.6f ) * 11.0f;
y = x * / 255.0f;
y = x / 255.0f;
gEngfuncs.pTriAPI->RenderMode( kRenderTransTexture ); //additive
gEngfuncs.pTriAPI->CullFace( TRI_NONE );