fix the using 3.0 version bug

Change-Id: Ie197d0156a2d8b54fe6b08a905d82a63d31513f2
This commit is contained in:
weigao
2014-06-17 23:29:09 -07:00
committed by Markus Mohrhard
parent c7d390bf21
commit 4444e6cf79

View File

@@ -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++;