diff options
| author | Nicholas Estelami <NEstelami@users.noreply.github.com> | 2022-05-29 14:36:05 -0400 |
|---|---|---|
| committer | Nicholas Estelami <NEstelami@users.noreply.github.com> | 2022-07-31 16:57:04 -0400 |
| commit | a6092c21d40d4506812dbef9c350e0ebada2c20e (patch) | |
| tree | 82490fa947bd007fab9e9e16c8ff1d451ef769b9 /ZAPDTR | |
| parent | fa0a66695c00aea3cf787a00d9876bd7672e827e (diff) | |
Merge with develop
Diffstat (limited to 'ZAPDTR')
| -rw-r--r-- | ZAPDTR/ZAPD/Globals.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ZAPDTR/ZAPD/Globals.cpp b/ZAPDTR/ZAPD/Globals.cpp index 455205b2a..181e2dce8 100644 --- a/ZAPDTR/ZAPD/Globals.cpp +++ b/ZAPDTR/ZAPD/Globals.cpp @@ -23,6 +23,7 @@ Globals::Globals() singleThreaded = true; verbosity = VerbosityLevel::VERBOSITY_SILENT; outputPath = Directory::GetCurrentDirectory(); + singleThreaded = true; } Globals::~Globals() |
