From dd9140ef04403ab602e5b32967f549e9d818958f Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Wed, 19 Apr 2023 00:45:46 -0700 Subject: [PATCH] re-enable debug mode on Cube example --- Cube/CubeGame.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,