From 2baea15762cde867ba29f0570f3142a64786db1c Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 1 May 2020 22:48:44 +0200 Subject: Enable vsync --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') 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 ) -- cgit v1.2.3