浏览代码

GLSLCompat.glsllib: fix incorrect preprocessor define

Kirill Vainer 10 年之前
父节点
当前提交
aee7d1f195
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jme3-core/src/main/resources/Common/ShaderLib/GLSLCompat.glsllib

+ 1 - 1
jme3-core/src/main/resources/Common/ShaderLib/GLSLCompat.glsllib

@@ -1,4 +1,4 @@
-#if defined _GL_ES_
+#if defined GL_ES
 #  define hfloat highp float
 #  define hvec2  highp vec2
 #  define hvec3  highp vec3