Added #ifndef GL_TEXTURE_WRAP_S #define block to keep things compiling

on old drivers.
This commit is contained in:
Robert Osfield
2003-01-09 16:13:30 +00:00
parent 97da5d7f92
commit 043839f40b

View File

@@ -7,6 +7,9 @@
using namespace osg;
#ifndef
#define GL_TEXTURE_WRAP_R 0x8072
#endif
Texture::Texture():
_wrap_s(CLAMP),