Skip to content
Snippets Groups Projects
Commit 846bc760 authored by Sankhesh Jhaveri's avatar Sankhesh Jhaveri :speech_balloon:
Browse files

Fix GLES regression on IOS devices

Regression introduced in 160ce368
parent acfdfe4a
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ const char *vtkOpenGLStrError(unsigned int code)
return "Invalid operation";
case GL_OUT_OF_MEMORY:
return "Out of memory";
#ifdef GL_ES_VERSION_3_0
#ifndef GL_ES_VERSION_3_0
case GL_STACK_OVERFLOW:
return "Stack overflow";
case GL_STACK_UNDERFLOW:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment