Enable m_support_sdsm by default
This commit is contained in:
parent
04d313671c
commit
833f162d1a
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user