From f34e4a17ce20af395ce412ef3ecdc53e20a35e7f Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Mon, 31 Aug 2015 23:23:52 -0700 Subject: [PATCH] Haxe 3.1.3 fix --- lime/graphics/opengl/GL.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lime/graphics/opengl/GL.hx b/lime/graphics/opengl/GL.hx index 61af48647..e23eaa362 100644 --- a/lime/graphics/opengl/GL.hx +++ b/lime/graphics/opengl/GL.hx @@ -21,7 +21,7 @@ import org.lwjgl.opengl.GL20; import org.lwjgl.opengl.GL30; #end -#if cpp +#if (haxe_ver >= 3.2 && cpp) import cpp.Float32; #else typedef Float32 = Float;