From 833f162d1a396a053f07d9a59f06c3a9e17f2faf Mon Sep 17 00:00:00 2001 From: Vincent Lejeune Date: Sat, 8 Nov 2014 01:19:27 +0100 Subject: [PATCH] Enable m_support_sdsm by default --- src/graphics/irr_driver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphics/irr_driver.cpp b/src/graphics/irr_driver.cpp index 8e6b9d95b..ac2282202 100644 --- a/src/graphics/irr_driver.cpp +++ b/src/graphics/irr_driver.cpp @@ -485,7 +485,7 @@ void IrrDriver::initDevice() m_need_ubo_workaround = false; m_need_rh_workaround = false; m_need_srgb_workaround = false; - m_support_sdsm = false; + m_support_sdsm = true; #ifdef WIN32 // Fix for Intel Sandy Bridge on Windows which supports GL up to 3.1 only if (strstr((const char *)glGetString(GL_VENDOR), "Intel") != NULL && (m_gl_major_version == 3 && m_gl_minor_version == 1))