소스 검색

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