From 77c3ba06aa1e49aeb9d3034b43431ad6b82b8c89 Mon Sep 17 00:00:00 2001 From: lanariel Date: Mon, 10 Feb 2014 14:39:26 +0100 Subject: [PATCH] Framerate fix in release --- Code/OysterGraphics/Core/Init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/OysterGraphics/Core/Init.cpp b/Code/OysterGraphics/Core/Init.cpp index f0b4907f..47731dbf 100644 --- a/Code/OysterGraphics/Core/Init.cpp +++ b/Code/OysterGraphics/Core/Init.cpp @@ -33,7 +33,7 @@ namespace Oyster createDeviceFlags |= D3D11_CREATE_DEVICE_DEBUG; #endif - createDeviceFlags |= D3D11_CREATE_DEVICE_DEBUG; + //createDeviceFlags |= D3D11_CREATE_DEVICE_DEBUG; D3D_FEATURE_LEVEL featureLevelsToTry[] = {