From f948a3de7c03b275e41ac91ee047c632d0d40d71 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 9 Jan 2003 18:41:01 +0000 Subject: [PATCH] Fixed typo. --- src/osg/Texture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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