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
This commit is contained in:
Robert Osfield 2015-06-11 08:44:26 +00:00
parent 8aee04c780
commit fc9848ff19

View File

@ -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