Enable m_support_sdsm by default

This commit is contained in:
Vincent Lejeune 2014-11-08 01:19:27 +01:00
parent 04d313671c
commit 833f162d1a

View File

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