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