diff --git a/src/osg/Texture.cpp b/src/osg/Texture.cpp index 7609907a2..ba2bb6b1e 100644 --- a/src/osg/Texture.cpp +++ b/src/osg/Texture.cpp @@ -7,7 +7,7 @@ using namespace osg; -#ifndef +#ifndef GL_TEXTURE_WRAP_R #define GL_TEXTURE_WRAP_R 0x8072 #endif