From f284f158f32b17afa1cbb8f350f678e921d5c698 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 17 Oct 2002 10:04:11 +0000 Subject: [PATCH] Fixed error in #ifdef GL_SECONDARY_COLOR... CV: ---------------------------------------------------------------------- --- include/osg/State | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/State b/include/osg/State index a3b5ce51e..8eef4b040 100644 --- a/include/osg/State +++ b/include/osg/State @@ -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