AnimViewer done, comment cleanup

This commit is contained in:
erorcun 2020-12-03 05:22:58 +03:00
parent 8b47774aee
commit ab3e810a95
12 changed files with 120 additions and 126 deletions

View file

@ -292,6 +292,11 @@ COcclusion::ProcessBeforeRendering(void)
{
NumActiveOccluders = 0;
#ifndef MASTER
if (gbModelViewer)
return;
#endif
if (CGame::currArea != AREA_MAIN_MAP)
return;