mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-03-12 05:22:55 +00:00
Fix typo.
This commit is contained in:
parent
25c6c2a470
commit
6957c7dc8c
@ -81,7 +81,7 @@ int CHudScope::DrawScope()
|
|||||||
strcpy( m_szDist, "-.-- m" );
|
strcpy( m_szDist, "-.-- m" );
|
||||||
|
|
||||||
x = tan( gHUD.m_iFOV / 114.6f ) * 11.0f;
|
x = tan( gHUD.m_iFOV / 114.6f ) * 11.0f;
|
||||||
y = x * / 255.0f;
|
y = x / 255.0f;
|
||||||
|
|
||||||
gEngfuncs.pTriAPI->RenderMode( kRenderTransTexture ); //additive
|
gEngfuncs.pTriAPI->RenderMode( kRenderTransTexture ); //additive
|
||||||
gEngfuncs.pTriAPI->CullFace( TRI_NONE );
|
gEngfuncs.pTriAPI->CullFace( TRI_NONE );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user