Browse Source

Fix typo.

poke646
Andrey Akhmichin 4 years ago
parent
commit
6957c7dc8c
  1. 2
      cl_dll/poke646/scope.cpp

2
cl_dll/poke646/scope.cpp

@ -81,7 +81,7 @@ int CHudScope::DrawScope() @@ -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 );

Loading…
Cancel
Save