From c3171aba94224b775f5e424068d8c6a62a3ab41e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Beno=C3=AEt?= Date: Wed, 15 Nov 2017 22:39:49 +0100 Subject: [PATCH] Ops - Fixed profiler exit It needs a glFinish( ) --- ops.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/ops.cc b/ops.cc index 3276129..49a5dfa 100644 --- a/ops.cc +++ b/ops.cc @@ -875,6 +875,7 @@ void T_OpContext::run( } case OP_UI_PEXIT: + glFinish( ); Globals::Profiler( ).end( profiling.last( ) ); profiling.removeLast( ); break;