Merge with develop

This commit is contained in:
Nicholas Estelami
2022-05-29 14:36:05 -04:00
parent fa0a66695c
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()