Merge with develop

This commit is contained in:
Nicholas Estelami 2022-05-29 14:36:05 -04:00
commit a6092c21d4
9 changed files with 23 additions and 12 deletions

View file

@ -23,6 +23,7 @@ Globals::Globals()
singleThreaded = true;
verbosity = VerbosityLevel::VERBOSITY_SILENT;
outputPath = Directory::GetCurrentDirectory();
singleThreaded = true;
}
Globals::~Globals()