aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-05-01 22:48:44 +0200
committerdec05eba <dec05eba@protonmail.com>2020-05-01 22:48:44 +0200
commit2baea15762cde867ba29f0570f3142a64786db1c (patch)
tree98418c4642d1470dd39a224fd7069e55f96e9d2b /src
parent39d51a4198a827e8a4d64a9af4b96d106a1e35c2 (diff)
Enable vsync
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
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 )