Fix typo.

This commit is contained in:
Andrey Akhmichin 2021-04-04 07:49:48 +05:00
parent 25c6c2a470
commit 6957c7dc8c

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 );