From 470aa2d948d3840256bc42016bcbf7bbe0e37240 Mon Sep 17 00:00:00 2001 From: Alberto Ramos Date: Mon, 23 May 2011 02:30:12 -0600 Subject: [PATCH] woes --- src/StepMania.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/StepMania.cpp b/src/StepMania.cpp index c7ac99214c..97a897820a 100644 --- a/src/StepMania.cpp +++ b/src/StepMania.cpp @@ -406,7 +406,7 @@ static void AdjustForChangedSystemCapabilities() } #if defined(WIN32) -//#include "RageDisplay_D3D.h" +#include "RageDisplay_D3D.h" #include "archutils/Win32/VideoDriverInfo.h" #endif @@ -743,9 +743,9 @@ RageDisplay *CreateDisplay() else if( sRenderer.CompareNoCase("d3d")==0 ) { // TODO: ANGLE/RageDisplay_Modern -//#if defined(SUPPORT_D3D) -// pRet = new RageDisplay_D3D; -//#endif +#if defined(SUPPORT_D3D) + pRet = new RageDisplay_D3D; +#endif } else if( sRenderer.CompareNoCase("null")==0 ) {