We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f30d65 commit 50a873fCopy full SHA for 50a873f
1 file changed
project/thirdparty/tracy-0.13.1/client/TracyProfiler.cpp
@@ -933,7 +933,7 @@ static Thread* s_symbolThread;
933
std::atomic<bool> s_symbolThreadGone { false };
934
#endif
935
#ifdef TRACY_HAS_SYSTEM_TRACING
936
-static std::atomic<Thread*> s_sysTraceThread = nullptr;
+static std::atomic<Thread*> s_sysTraceThread(nullptr);
937
938
939
#if defined __linux__ && !defined TRACY_NO_CRASH_HANDLER
0 commit comments