From aee7d1f1956fe8638221966d29a4dad3e89c9719 Mon Sep 17 00:00:00 2001 From: Kirill Vainer Date: Mon, 14 Sep 2015 23:02:31 -0400 Subject: [PATCH] GLSLCompat.glsllib: fix incorrect preprocessor define --- .../src/main/resources/Common/ShaderLib/GLSLCompat.glsllib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jme3-core/src/main/resources/Common/ShaderLib/GLSLCompat.glsllib b/jme3-core/src/main/resources/Common/ShaderLib/GLSLCompat.glsllib index 3a3173997..3d23b7915 100644 --- a/jme3-core/src/main/resources/Common/ShaderLib/GLSLCompat.glsllib +++ b/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