mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 04:43:53 +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 );
|
assert( m_pendingSourceLocationPayload != 0 );
|
||||||
zone->SetSrcLoc( m_pendingSourceLocationPayload );
|
zone->SetSrcLoc( m_pendingSourceLocationPayload );
|
||||||
ProcessGpuZoneBeginImplCommon( zone, ev, time );
|
ProcessGpuZoneBeginImplCommon( zone, ev, serial );
|
||||||
m_pendingSourceLocationPayload = 0;
|
m_pendingSourceLocationPayload = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user