diff options
| author | Archez <Archez@users.noreply.github.com> | 2024-03-03 21:35:08 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-03 21:35:08 -0500 |
| commit | a406a7d4310c26f6e7aeece3bb4475cd8fd2d9e3 (patch) | |
| tree | 33fcb24d233f2e729ec6df841a6db0a2bda4f8de /ZAPD/Globals.h | |
| parent | 01ed7e87f2b4b8145d8b0af8c8d8912b86f4b908 (diff) | |
Bring over exporter arg and scene changes (#19) (#9)
Diffstat (limited to 'ZAPD/Globals.h')
| -rw-r--r-- | ZAPD/Globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ZAPD/Globals.h b/ZAPD/Globals.h index 4cd8fe1..95c22c2 100644 --- a/ZAPD/Globals.h +++ b/ZAPD/Globals.h @@ -42,7 +42,7 @@ public: bool forceUnaccountedStatic = false; bool otrMode = true; bool buildRawTexture = false; - bool onlyGenSohOtr = false; + bool onlyGenCustomOtr = false; ZRom* rom = nullptr; std::vector<ZFile*> files; |
