From 06c27c56edd8a65971d2354544ac25792ee7261d Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 5 Apr 2023 02:10:33 +0200 Subject: Disable vblank --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index ebf87e1..88be01b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -474,7 +474,7 @@ CMainApplication::CMainApplication( int argc, char *argv[] ) , m_unCompanionWindowProgramID( 0 ) , m_pHMD( NULL ) , m_bDebugOpenGL( false ) - , m_bVblank( true ) + , m_bVblank( false ) , m_bGlFinishHack( false ) , m_unSceneVAO( 0 ) , m_nSceneMatrixLocation( -1 ) -- cgit v1.2.3