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 | 6fdd4bd348330bcd115df54fd5396781faf1b25d (patch) | |
| tree | aa2e6cadf21133ed6ba6a328b6d62f1d7b9e4f51 | |
| parent | 07143e2d1c9e0b45e5960d87b1932ebba69166cf (diff) | |
Merge with develop
| -rw-r--r-- | ZAPD/Globals.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ZAPD/Globals.cpp b/ZAPD/Globals.cpp index 455205b..181e2dc 100644 --- a/ZAPD/Globals.cpp +++ b/ZAPD/Globals.cpp @@ -23,6 +23,7 @@ Globals::Globals() singleThreaded = true; verbosity = VerbosityLevel::VERBOSITY_SILENT; outputPath = Directory::GetCurrentDirectory(); + singleThreaded = true; } Globals::~Globals() |
