From c6f93789975013df309f735516515ff6c2b91636 Mon Sep 17 00:00:00 2001 From: Daniel Chappuis Date: Wed, 8 Nov 2017 21:13:02 +0100 Subject: [PATCH] Enable vsync in the testbed application --- testbed/src/TestbedApplication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testbed/src/TestbedApplication.cpp b/testbed/src/TestbedApplication.cpp index d94103ef..f2a43bc1 100644 --- a/testbed/src/TestbedApplication.cpp +++ b/testbed/src/TestbedApplication.cpp @@ -64,7 +64,7 @@ TestbedApplication::TestbedApplication(bool isFullscreen) mSinglePhysicsStepDone = false; mWindowToFramebufferRatio = Vector2(1, 1); mIsShadowMappingEnabled = true; - mIsVSyncEnabled = false; + mIsVSyncEnabled = true; mIsContactPointsDisplayed = false; mIsAABBsDisplayed = false; mIsWireframeEnabled = false;