From fc9848ff1983a7ac04dafceba75e52366e49fa2f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 11 Jun 2015 08:44:26 +0000 Subject: [PATCH] Reverted the typdef GLfloat GLdouble for Andoid as this was causing conflicts. git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14910 16af8721-9629-0410-8352-f15c8da7e697 --- include/osg/GLDefines | 1 - 1 file changed, 1 deletion(-) diff --git a/include/osg/GLDefines b/include/osg/GLDefines index ef320c46e..2afea8425 100644 --- a/include/osg/GLDefines +++ b/include/osg/GLDefines @@ -32,7 +32,6 @@ (defined(GL_VERSION_ES_CM_1_1) && GL_VERSION_ES_CM_1_1 > 0) #define OPENGLES_1_1_FOUND 1 - typedef GLfloat GLdouble; #endif #ifndef GL_SAMPLER_2D_ARRAY_EXT