diff --git a/examples/osgviewerIPhone/shaders.h b/examples/osgviewerIPhone/shaders.h index cd3e83024..bedb3e729 100644 --- a/examples/osgviewerIPhone/shaders.h +++ b/examples/osgviewerIPhone/shaders.h @@ -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;