Added #ifndef GL_TEXTURE_WRAP_S #define block to keep things compiling
on old drivers.
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
|
||||
using namespace osg;
|
||||
|
||||
#ifndef
|
||||
#define GL_TEXTURE_WRAP_R 0x8072
|
||||
#endif
|
||||
|
||||
Texture::Texture():
|
||||
_wrap_s(CLAMP),
|
||||
|
||||
Reference in New Issue
Block a user