Fixed profiler

This commit is contained in:
Emmanuel BENOîT 2017-10-03 09:56:37 +02:00
parent ca7589da62
commit 5aee824bb0

View file

@ -78,6 +78,7 @@ void T_Main::mainLoop( )
initDemo( );
}
glFinish( );
p.startFrame( );
T_Profiler::Profiler.start( "Full frame" );
startIteration( );