From 976140f1d779547853c31f563156915c519ce93f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 6 Oct 2004 12:02:37 +0000 Subject: [PATCH] Replaced #ifndef GL_TEXTURE_3D by GL_TEXTRE_BINDING_3D as the former was a copy and paste error. --- include/osg/Texture | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/Texture b/include/osg/Texture index 852cbc0e1..cc6a83e8f 100644 --- a/include/osg/Texture +++ b/include/osg/Texture @@ -136,7 +136,7 @@ #define GL_TEXTURE_3D 0x806F #endif -#ifndef GL_TEXTURE_3D +#ifndef GL_TEXTURE_BINDING_3D #define GL_TEXTURE_BINDING_3D 0x806A #endif