Added #define for Windows build

This commit is contained in:
Robert Osfield 2010-10-06 18:29:23 +00:00
parent ca4802142d
commit 6a00d7d356

View File

@ -17,7 +17,7 @@
#include <osg/Texture> #include <osg/Texture>
#ifndef GL_MAX_3D_TEXTURE_SIZE #ifndef GL_MAX_3D_TEXTURE_SIZE
#define GL_MAX_3D_TEXTURE_SIZE 0x8073 #define GL_MAX_3D_TEXTURE_SIZE 0x8073
#endif #endif
namespace osg { namespace osg {