From dd2631cd716c3b4cc8721ca05bcf28b873e05ec9 Mon Sep 17 00:00:00 2001 From: Joe Ludwig Date: Wed, 29 Apr 2015 21:54:57 -0700 Subject: [PATCH] Fixed bug with vblank when the compositor is enabled. --- samples/hellovr_opengl/hellovr_opengl_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/hellovr_opengl/hellovr_opengl_main.cpp b/samples/hellovr_opengl/hellovr_opengl_main.cpp index dbf2e1cb..4e69826b 100644 --- a/samples/hellovr_opengl/hellovr_opengl_main.cpp +++ b/samples/hellovr_opengl/hellovr_opengl_main.cpp @@ -235,7 +235,7 @@ CMainApplication::CMainApplication( int argc, char *argv[] ) , m_bDebugOpenGL( false ) , m_bVerbose( false ) , m_bPerf( false ) - , m_bVblank( true ) + , m_bVblank( false ) , m_bGlFinishHack( true ) , m_glControllerVertBuffer( 0 ) , m_unControllerVAO( 0 )