Fixed profiler
This commit is contained in:
parent
ca7589da62
commit
5aee824bb0
1 changed files with 1 additions and 0 deletions
1
main.cc
1
main.cc
|
@ -78,6 +78,7 @@ void T_Main::mainLoop( )
|
|||
initDemo( );
|
||||
}
|
||||
|
||||
glFinish( );
|
||||
p.startFrame( );
|
||||
T_Profiler::Profiler.start( "Full frame" );
|
||||
startIteration( );
|
||||
|
|
Loading…
Reference in a new issue