Skip to content

Commit a0cb0aa

Browse files
committed
client: Mark local function as static
1 parent 9aee00f commit a0cb0aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

game/client/viewrender.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1433,7 +1433,7 @@ void CViewRender::ViewDrawScene( bool bDrew3dSkybox, SkyboxVisibility_t nSkyboxV
14331433
}
14341434

14351435

1436-
void CheckAndTransitionColor( float flPercent, float *pColor, float *pLerpToColor )
1436+
static void CheckAndTransitionColor( float flPercent, float *pColor, float *pLerpToColor )
14371437
{
14381438
if ( pLerpToColor[0] != pColor[0] || pLerpToColor[1] != pColor[1] || pLerpToColor[2] != pColor[2] )
14391439
{

0 commit comments

Comments
 (0)