diff --git a/client/TracyLfq.hpp b/client/TracyLfq.hpp index d991d938..2b52fc29 100644 --- a/client/TracyLfq.hpp +++ b/client/TracyLfq.hpp @@ -143,7 +143,7 @@ public: static tracy_force_inline void CommitNext( char* nextPtr ) { - lfq.tail->store( nextPtr ); + lfq.tail->store( nextPtr, std::memory_order_release ); }