bugfix
This commit is contained in:
parent
fb895192e7
commit
1c99a10536
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user