mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Fix progress of loading GPU zones.
This commit is contained in:
parent
3d591520ec
commit
d36b0aff45
@ -641,6 +641,7 @@ Worker::Worker( FileRead& f, EventType::Type eventMask )
|
||||
f.Read( ctx->accuracyBits );
|
||||
f.Read( ctx->count );
|
||||
s_loadProgress.subTotal.store( ctx->count, std::memory_order_relaxed );
|
||||
s_loadProgress.subProgress.store( 0, std::memory_order_relaxed );
|
||||
if( fileVer <= FileVersion( 0, 3, 1 ) )
|
||||
{
|
||||
ctx->period = 1.f;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user