aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-04-05 02:10:33 +0200
committerdec05eba <dec05eba@protonmail.com>2023-04-05 02:10:33 +0200
commit06c27c56edd8a65971d2354544ac25792ee7261d (patch)
tree7d5a02062aa8203c8836696bf0727e12262ca464
parentfc2156e53bec9abfd2ca9fb454c43f7645f02777 (diff)
Disable vblank
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
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 )