Update Globals.cpp

This commit is contained in:
MegaMech 2022-04-01 22:44:03 -07:00 committed by Nicholas Estelami
parent 529c5f642d
commit 6f49bc9a56
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ Globals::Globals()
profile = false;
useLegacyZDList = false;
useExternalResources = true;
singleThreaded = true;
verbosity = VerbosityLevel::VERBOSITY_SILENT;
outputPath = Directory::GetCurrentDirectory();
}