summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-10-20 17:26:57 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-10-20 17:26:57 +0000
commita2d2aed64aebcce9cb3aa777628bc14a08f595aa (patch)
tree1bbcb2970d25812333009a7c01d8c345d3a98c54 /progs
parent9c7ca850fdc35afa75512db70d14a14ebf162d8c (diff)
use 1.1 glPolygonOffset instead of glPolygonOffsetEXT
Diffstat (limited to 'progs')
-rw-r--r--progs/xdemos/offset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/xdemos/offset.c b/progs/xdemos/offset.c
index 158e52a97ce..3e92e68daa7 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