diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index f911204..cfac839 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -396,7 +396,7 @@ CMainApplication::CMainApplication( int argc, char *argv[] ) , m_bDebugOpenGL( false ) , m_bVerbose( false ) , m_bPerf( false ) - , m_bVblank( false ) + , m_bVblank( true ) , m_bGlFinishHack( true ) , m_glControllerVertBuffer( 0 ) , m_unControllerVAO( 0 ) |