Apply 4511 update

This commit is contained in:
Alibek Omarov
2019-06-17 07:05:36 +03:00
parent c215b89923
commit b16529cc65
20 changed files with 162 additions and 71 deletions

View File

@@ -293,7 +293,7 @@ qboolean V_PreRender( void )
return false;
}
R_BeginFrame( !cl.paused );
R_BeginFrame( !cl.paused && ( cls.state == ca_active ));
return true;
}