diff --git a/panda/src/glstuff/glGraphicsStateGuardian_src.cxx b/panda/src/glstuff/glGraphicsStateGuardian_src.cxx index 92598b5029..e3edf546b1 100644 --- a/panda/src/glstuff/glGraphicsStateGuardian_src.cxx +++ b/panda/src/glstuff/glGraphicsStateGuardian_src.cxx @@ -5737,8 +5737,10 @@ get_numeric_type(Geom::NumericType numeric_type) { case Geom::NT_float32: return GL_FLOAT; +#ifndef OPENGLES case Geom::NT_float64: return GL_DOUBLE; +#endif } GLCAT.error()