small compile fix for ios viewer example gles1

This commit is contained in:
Thomas Hogarth 2017-03-18 07:46:14 +00:00
parent 2841d78653
commit 896d9a4ee5

View File

@ -44,7 +44,7 @@ const char* ColorShaderFrag =
" gl_FragColor = color;\n"
"}\n";
#elif
#else
const char* ColorShaderVert = NULL;
const char* ColorShaderFrag = NULL;
@ -105,7 +105,7 @@ const char* TextShaderFrag =
" gl_FragColor = color * texture2D(glyphTexture, texCoord.xy).a;\n"
"}\n";
#elif
#else
const char* TextShaderVert = NULL;
const char* TextShaderFrag = NULL;