mirror of
https://github.com/halpz/re3.git
synced 2025-07-25 12:12:47 +00:00
AnimViewer done, comment cleanup
This commit is contained in:
@ -292,6 +292,11 @@ COcclusion::ProcessBeforeRendering(void)
|
||||
{
|
||||
NumActiveOccluders = 0;
|
||||
|
||||
#ifndef MASTER
|
||||
if (gbModelViewer)
|
||||
return;
|
||||
#endif
|
||||
|
||||
if (CGame::currArea != AREA_MAIN_MAP)
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user