Ops - Fixed profiler exit
It needs a glFinish( )
This commit is contained in:
parent
914464811a
commit
c3171aba94
1 changed files with 1 additions and 0 deletions
1
ops.cc
1
ops.cc
|
@ -875,6 +875,7 @@ void T_OpContext::run(
|
|||
}
|
||||
|
||||
case OP_UI_PEXIT:
|
||||
glFinish( );
|
||||
Globals::Profiler( ).end( profiling.last( ) );
|
||||
profiling.removeLast( );
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue