Remove duplicate R_ClearScene

This commit is contained in:
mittorn 2019-03-17 21:56:29 +07:00
parent bf2f829382
commit f00181223f

View File

@ -1288,8 +1288,6 @@ void CL_EmitEntities( void )
{
if( cl.paused ) return; // don't waste time
ref.dllFuncs.R_ClearScene ();
// not in server yet, no entities to redraw
if( cls.state != ca_active || !cl.validsequence )
return;