#6095: OpenGL2: Use areamask and leaf cluster for PVS when VIS is missing.
This commit is contained in:
parent
67d9ecd070
commit
b099255748
3 changed files with 13 additions and 36 deletions
|
@ -600,8 +600,6 @@ static void R_LoadVisibility( lump_t *l ) {
|
|||
byte *buf;
|
||||
|
||||
len = ( s_worldData.numClusters + 63 ) & ~63;
|
||||
s_worldData.novis = ri.Hunk_Alloc( len, h_low );
|
||||
Com_Memset( s_worldData.novis, 0xff, len );
|
||||
|
||||
len = l->filelen;
|
||||
if ( !len ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue