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;
|
mSinglePhysicsStepDone = false;
|
||||||
mWindowToFramebufferRatio = Vector2(1, 1);
|
mWindowToFramebufferRatio = Vector2(1, 1);
|
||||||
mIsShadowMappingEnabled = true;
|
mIsShadowMappingEnabled = true;
|
||||||
mIsVSyncEnabled = false;
|
mIsVSyncEnabled = true;
|
||||||
mIsContactPointsDisplayed = false;
|
mIsContactPointsDisplayed = false;
|
||||||
mIsAABBsDisplayed = false;
|
mIsAABBsDisplayed = false;
|
||||||
mIsWireframeEnabled = false;
|
mIsWireframeEnabled = false;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user