Enable vsync in the testbed application

This commit is contained in:
Daniel Chappuis 2017-11-08 21:13:02 +01:00
parent e91cded831
commit c6f9378997

View File

@ -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;