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 ) {