mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-23 06:44:35 +00:00
Fix logic error.
This commit is contained in:
parent
b3698ebb0f
commit
3a317c81c6
@ -959,7 +959,7 @@ Worker::Worker( FileRead& f, EventType::Type eventMask, bool bgTasks )
|
|||||||
s_loadProgress.subTotal.store( ctx->count, std::memory_order_relaxed );
|
s_loadProgress.subTotal.store( ctx->count, std::memory_order_relaxed );
|
||||||
s_loadProgress.subProgress.store( 0, std::memory_order_relaxed );
|
s_loadProgress.subProgress.store( 0, std::memory_order_relaxed );
|
||||||
}
|
}
|
||||||
else if( fileVer >= FileVersion( 0, 5, 10 ) )
|
if( fileVer >= FileVersion( 0, 5, 10 ) )
|
||||||
{
|
{
|
||||||
uint64_t tdsz;
|
uint64_t tdsz;
|
||||||
f.Read( tdsz );
|
f.Read( tdsz );
|
||||||
|
Loading…
Reference in New Issue
Block a user