Browse Source

Merge branch 'poke646' into poke646_vendetta

poke646_vendetta
Andrey Akhmichin 4 years ago
parent
commit
5989319e4c
  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