This commit is contained in:
Wojtek Figat
2021-07-07 10:14:51 +02:00
parent 3cfdf8871f
commit d17a4af72e
2 changed files with 4 additions and 2 deletions

View File

@@ -57,7 +57,8 @@ void ProfilingToolsService::Update()
for (int32 i = 0; i < threads.Count(); i++)
{
auto t = threads[i];
if (t == nullptr)
continue;
ProfilingTools::ThreadStats* pt = nullptr;
for (auto& e : ProfilingTools::EventsCPU)
{