re-enable debug mode on Cube example

pull/2/head
cosmonaut 2023-04-19 00:45:46 -07:00
parent d6099fbe0f
commit dd9140ef04
1 changed files with 1 additions and 1 deletions

View File

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