1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 12:23:53 +00:00

Fix copy pasta.

This commit is contained in:
Bartosz Taudul 2018-07-11 14:43:38 +02:00
parent 96f39281a1
commit 26d5c4b302

View File

@ -340,7 +340,7 @@ public:
} }
if( !queue ) if( !queue )
{ {
m_lockable.lock(); m_lockable.lock_shared();
return; return;
} }
#endif #endif