diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-05-01 22:48:44 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-05-01 22:48:44 +0200 |
commit | 2baea15762cde867ba29f0570f3142a64786db1c (patch) | |
tree | 98418c4642d1470dd39a224fd7069e55f96e9d2b | |
parent | 39d51a4198a827e8a4d64a9af4b96d106a1e35c2 (diff) |
Enable vsync
-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 ) |