1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Store on-demand frame offset.

This commit is contained in:
Bartosz Taudul
2018-07-10 22:39:41 +02:00
parent 6a9caabc63
commit a78981e040
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -995,6 +995,7 @@ void Worker::Exec()
{
OnDemandPayloadMessage onDemand;
if( !m_sock.Read( &onDemand, sizeof( onDemand ), &tv, ShouldExit ) ) goto close;
m_data.frameOffset = onDemand.frames;
}
}