2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-11 16:24:00 +00:00

Lightmap rendering

This commit is contained in:
Jack Andersen
2015-09-17 09:50:43 -10:00
parent 8b653fd7f6
commit da24b39957
9 changed files with 126 additions and 50 deletions

View File

@@ -48,7 +48,7 @@ class CMain : public boo::IApplicationCallback
CMemorySys x6c_memSys;
CTweaks x70_tweaks;
EGameplayResult xe4_gameplayResult;
bool xe8_finished = false;
bool xe8_b24_finished = false;
public:
CMain();