update librw; little fix

This commit is contained in:
aap
2021-02-28 14:15:22 +01:00
parent 9fce8636b0
commit 087174c6a6
4 changed files with 15 additions and 4 deletions

View File

@@ -1451,7 +1451,7 @@ CRenderer::ScanBigBuildingList(CPtrList &list)
// all missing from game actually
TestedBigBuildings++;
#endif
if(!ent->bZoneCulled){
if(!ent->bZoneCulled || gbDisableZoneCull){
if(SetupBigBuildingVisibility(ent) == VIS_VISIBLE)
InsertEntityIntoList(ent);
#ifndef MASTER