mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 16:44:08 +00:00
AnimViewer done, comment cleanup
This commit is contained in:
parent
8b47774aee
commit
ab3e810a95
12 changed files with 120 additions and 126 deletions
|
@ -292,6 +292,11 @@ COcclusion::ProcessBeforeRendering(void)
|
|||
{
|
||||
NumActiveOccluders = 0;
|
||||
|
||||
#ifndef MASTER
|
||||
if (gbModelViewer)
|
||||
return;
|
||||
#endif
|
||||
|
||||
if (CGame::currArea != AREA_MAIN_MAP)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue