mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 07:47:42 +00:00
More portable std::atomic_bool initialization
This commit is contained in:
@@ -50,7 +50,7 @@ public:
|
||||
Frame
|
||||
};
|
||||
private:
|
||||
std::atomic_bool m_lock = false;
|
||||
std::atomic_bool m_lock = {false};
|
||||
#if _WIN32
|
||||
PROCESS_INFORMATION m_pinfo = {};
|
||||
std::thread m_consoleThread;
|
||||
|
||||
Reference in New Issue
Block a user