workaround for mesa.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3927 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2011-12-06 00:34:31 +00:00
parent d6d0105d3c
commit 9df0a4c2d4
1 changed files with 1 additions and 1 deletions

View File

@ -698,7 +698,7 @@ typedef void (APIENTRY * PFNGLUNLOCKARRAYSEXTPROC) (void);
#define GL_NUM_EXTENSIONS 0x821D
#endif
#ifndef GL_ARB_depth_clamp
#ifndef GL_DEPTH_CLAMP_ARB
#define GL_DEPTH_CLAMP_ARB 0x864F
#endif