1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00

Vector is not empty here.

This commit is contained in:
Bartosz Taudul 2020-08-09 20:46:44 +02:00
parent 1650d371e6
commit 3be0a3f628

View File

@ -1691,7 +1691,7 @@ Worker::Worker( FileRead& f, EventType::Type eventMask, bool bgTasks )
}
else
{
it->second.push_back( time );
it->second.push_back_non_empty( time );
}
}
}