From 8cefc2759cf91f98987e2e2b74fe913a9de88853 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Tue, 9 Apr 2013 22:29:12 +0200 Subject: [PATCH] Use glFinish instead of glFlush MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit thanks to Thomas Lübking for the hint --- gltest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gltest.cpp b/gltest.cpp index feb794f..d8768a7 100644 --- a/gltest.cpp +++ b/gltest.cpp @@ -185,7 +185,7 @@ protected: } ////////////////////////////////////////////// profilerTick(StatePostRender); - glFlush(); + glFinish(); ++framect; ////////////////////////////////////////////// profilerTick(StateOutsideRender); -- 2.30.2