diff --git a/Cube/CubeGame.cs b/Cube/CubeGame.cs index 93ff330..9c9c029 100644 --- a/Cube/CubeGame.cs +++ b/Cube/CubeGame.cs @@ -64,7 +64,7 @@ namespace MoonWorks.Test } } - public CubeGame() : base(TestUtils.GetStandardWindowCreateInfo(), TestUtils.GetStandardFrameLimiterSettings(), 60, false) + public CubeGame() : base(TestUtils.GetStandardWindowCreateInfo(), TestUtils.GetStandardFrameLimiterSettings(), 60, true) { ShaderModule cubeVertShaderModule = new ShaderModule( GraphicsDevice,