Merge pull request #650 from majesticCoding/miami

COcclusion done, I hope
This commit is contained in:
aap
2020-07-20 19:56:18 +02:00
committed by GitHub
8 changed files with 494 additions and 10 deletions

View File

@ -67,6 +67,7 @@ enum Config {
NUMATTRIBZONES = 704,
NUMOCCLUSIONVOLUMES = 350,
NUMACTIVEOCCLUDERS = 48,
PATHNODESIZE = 4500,

View File

@ -61,6 +61,7 @@
#include "MemoryCard.h"
#include "SceneEdit.h"
#include "debugmenu.h"
#include "Occlusion.h"
GlobalScene Scene;
@ -948,6 +949,7 @@ Render2dStuff(void)
CGarages::PrintMessages();
CPad::PrintErrorMessage();
CFont::DrawFonts();
COcclusion::Render();
#ifdef DEBUGMENU
DebugMenuRender();