some renaming

This commit is contained in:
Irlan
2019-04-01 11:15:39 -03:00
parent f195e77be7
commit 2e4b7004c9
6 changed files with 19 additions and 19 deletions

View File

@ -137,12 +137,12 @@ static void Run()
g_profiler->EndScope();
g_recorderProfiler->BuildRecords();
g_profilerRecorder->BuildRecords();
if (g_settings->drawProfile)
{
records.Resize(0);
g_recorderProfiler->BuildSortedRecords(records);
g_profilerRecorder->BuildSortedRecords(records);
}
g_profiler->End();