mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +00:00
Vector is not empty here.
This commit is contained in:
parent
1650d371e6
commit
3be0a3f628
@ -1691,7 +1691,7 @@ Worker::Worker( FileRead& f, EventType::Type eventMask, bool bgTasks )
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
it->second.push_back( time );
|
it->second.push_back_non_empty( time );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user