1
0
mirror of https://github.com/td512/re3.git synced 2026-04-18 20:27:20 +00:00

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

@@ -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();