1
0
forked from mirrors/0ad

Fix build error in GLES configurations

This was SVN commit r16207.
This commit is contained in:
Ykkrosh
2015-01-23 20:54:14 +00:00
parent c9dee72667
commit 2e01b157d6
+1 -1
View File
@@ -664,7 +664,7 @@ CShaderProgram::CShaderProgram(int streamflags)
int UNUSED(streamflags))
{
LOGERROR("CShaderProgram::ConstructARB: '%s'+'%s': ARB shaders not supported on this device",
vertexFile.string().c_str(), fragmentFile.string().c_str());
vertexFile.string8(), fragmentFile.string8());
return NULL;
}
#else