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