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

Fix DeferItem() call.

This commit is contained in:
Bartosz Taudul 2019-11-26 01:10:50 +01:00
parent 28a9800eb7
commit a7d2d5f08b

View File

@ -2525,7 +2525,7 @@ void Profiler::ParameterSetup( uint32_t idx, const char* name, bool isBool, int3
tracy::MemWrite( &item->paramSetup.val, val );
#ifdef TRACY_ON_DEMAND
DeferItem( *item );
GetProfiler().DeferItem( *item );
#endif
tail.store( magic + 1, std::memory_order_release );