Fix uninitialized variable warning. NFC.

This commit is contained in:
Simon Pilgrim 2019-11-18 12:05:40 +00:00
parent 9976287219
commit 7207dae5c7
1 changed files with 1 additions and 2 deletions

View File

@ -71,8 +71,7 @@ protected:
std::condition_variable WaitMainThread;
std::mutex WaitMainThreadMutex;
bool MainThreadReady;
bool MainThreadReady = false;
};
#define CHECK_UNSUPPORTED() \