Fixing cuts in projected texture

This commit is contained in:
VXP 2016-09-07 02:11:01 +03:00
parent d6dba88b21
commit 24ba159928
2 changed files with 6 additions and 0 deletions

View file

@ -66,6 +66,9 @@ C_BaseHLPlayer::C_BaseHLPlayer()
m_flZoomRate = 0.0f;
m_flZoomStartTime = 0.0f;
m_flSpeedMod = cl_forwardspeed.GetFloat();
ConVarRef scissor( "r_flashlightscissor" );
scissor.SetValue( "0" );
}
//-----------------------------------------------------------------------------

View file

@ -66,6 +66,9 @@ C_BaseHLPlayer::C_BaseHLPlayer()
m_flZoomRate = 0.0f;
m_flZoomStartTime = 0.0f;
m_flSpeedMod = cl_forwardspeed.GetFloat();
ConVarRef scissor( "r_flashlightscissor" );
scissor.SetValue( "0" );
}
//-----------------------------------------------------------------------------