mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Properly initialize child index.
This commit is contained in:
parent
7d7877517e
commit
29159069ab
@ -2056,6 +2056,7 @@ void Worker::ProcessGpuZoneBeginImpl( GpuEvent* zone, const QueueGpuZoneBegin& e
|
||||
zone->gpuEnd = -1;
|
||||
zone->srcloc = ShrinkSourceLocation( ev.srcloc );
|
||||
zone->callstack = 0;
|
||||
zone->child = -1;
|
||||
|
||||
if( ctx->thread == 0 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user