mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Lock counter also must be initialized early.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
namespace tracy
|
||||
{
|
||||
|
||||
static std::atomic<uint32_t> s_lockCounter( 0 );
|
||||
extern std::atomic<uint32_t> s_lockCounter;
|
||||
|
||||
template<class T>
|
||||
class Lockable
|
||||
|
||||
Reference in New Issue
Block a user