moved new renderer; implemented leeds building rendering

This commit is contained in:
aap 2021-01-09 19:20:32 +01:00
commit 03c5fdef43
10 changed files with 435 additions and 357 deletions

View file

@ -124,7 +124,7 @@ bool gbPrintMemoryUsage;
#endif
#ifdef NEW_RENDERER
bool gbNewRenderer;
bool gbNewRenderer = true;
#endif
#ifdef FIX_BUGS
// need to clear stencil for mblur fx. no idea why it works in the original game