diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-10-20 17:26:57 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-10-20 17:26:57 +0000 |
commit | a2d2aed64aebcce9cb3aa777628bc14a08f595aa (patch) | |
tree | 1bbcb2970d25812333009a7c01d8c345d3a98c54 /progs/xdemos | |
parent | 9c7ca850fdc35afa75512db70d14a14ebf162d8c (diff) |
use 1.1 glPolygonOffset instead of glPolygonOffsetEXT
Diffstat (limited to 'progs/xdemos')
-rw-r--r-- | progs/xdemos/offset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/xdemos/offset.c b/progs/xdemos/offset.c index 158e52a97c..3e92e68daa 100644 --- a/progs/xdemos/offset.c +++ b/progs/xdemos/offset.c @@ -53,7 +53,7 @@ PERFORMANCE OF THIS SOFTWARE. #include <stdio.h> #include <string.h> -/*#undef GL_EXT_polygon_offset uncomment to use new version*/ +#undef GL_EXT_polygon_offset /* use GL 1.1 version instead of extension */ #ifndef EXIT_FAILURE |