Fixed error in #ifdef GL_SECONDARY_COLOR...

CV: ----------------------------------------------------------------------
This commit is contained in:
Robert Osfield
2002-10-17 10:04:11 +00:00
parent 68427b98ae
commit f284f158f3

View File

@@ -31,7 +31,7 @@ namespace osg {
#endif
#ifndef GL_SECONDARY_COLOR_ARRAY
#ifdef GL_SECONDARY_COLOR_ARRAY
#ifdef GL_SECONDARY_COLOR_ARRAY_EXT
#define GL_SECONDARY_COLOR_ARRAY GL_SECONDARY_COLOR_ARRAY_EXT
#else
#define GL_SECONDARY_COLOR_ARRAY 0x845E