mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Fix typo.
This commit is contained in:
parent
e33f8e66d5
commit
239a17deb9
@ -5194,7 +5194,7 @@ void Worker::ProcessGpuZoneBeginAllocSrcLocImpl( GpuEvent* zone, const QueueGpuZ
|
||||
{
|
||||
assert( m_pendingSourceLocationPayload != 0 );
|
||||
zone->SetSrcLoc( m_pendingSourceLocationPayload );
|
||||
ProcessGpuZoneBeginImplCommon( zone, ev, time );
|
||||
ProcessGpuZoneBeginImplCommon( zone, ev, serial );
|
||||
m_pendingSourceLocationPayload = 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user