mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-23 06:44:35 +00:00
Clear proper vector.
This commit is contained in:
parent
ce82bb816b
commit
4bc1588a5e
@ -966,7 +966,7 @@ Worker::Worker( FileRead& f, EventType::Type eventMask, bool bgTasks )
|
|||||||
{
|
{
|
||||||
f.Read( sz );
|
f.Read( sz );
|
||||||
m_data.gpuChildren.reserve_exact( sz, m_slab );
|
m_data.gpuChildren.reserve_exact( sz, m_slab );
|
||||||
memset( m_data.zoneChildren.data(), 0, sizeof( Vector<short_ptr<GpuEvent>> ) * sz );
|
memset( m_data.gpuChildren.data(), 0, sizeof( Vector<short_ptr<GpuEvent>> ) * sz );
|
||||||
}
|
}
|
||||||
childIdx = 0;
|
childIdx = 0;
|
||||||
f.Read( sz );
|
f.Read( sz );
|
||||||
|
Loading…
Reference in New Issue
Block a user