cosmetic fixes

This commit is contained in:
majestic
2020-07-05 13:45:09 -07:00
parent ceb1defc4e
commit 1ff27e3363
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;
@ -930,6 +931,7 @@ Render2dStuff(void)
CGarages::PrintMessages();
CPad::PrintErrorMessage();
CFont::DrawFonts();
COcclusion::Render();
#ifdef DEBUGMENU
DebugMenuRender();