Enable vsync in the testbed application
This commit is contained in:
parent
e91cded831
commit
c6f9378997
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user