This commit is contained in:
Irlan 2019-03-31 11:03:02 -03:00
parent fb895192e7
commit 1c99a10536

View File

@ -105,7 +105,7 @@ static void Run()
{
g_profiler->Begin();
g_profiler->PushEvent("Frame");
g_profiler->BeginScope("Frame");
g_view->BeginInterface();
@ -137,7 +137,7 @@ static void Run()
g_view->EndInterface();
g_profiler->PopEvent();
g_profiler->EndScope();
g_profiler->End();