Kaydet (Commit) 4444e6cf authored tarafından weigao's avatar weigao Kaydeden (comit) Markus Mohrhard

fix the using 3.0 version bug

Change-Id: Ie197d0156a2d8b54fe6b08a905d82a63d31513f2
üst c7d390bf
...@@ -195,7 +195,6 @@ void OpenGL3DRenderer::CheckGLSLVersion() ...@@ -195,7 +195,6 @@ void OpenGL3DRenderer::CheckGLSLVersion()
if (iVersion > 3) if (iVersion > 3)
{ {
maResources.m_b330Support = true; maResources.m_b330Support = true;
maResources.m_b330Support = false;
return; return;
} }
p++; p++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment