Patch this so it compiles.

This commit is contained in:
Trevor Johnson 2001-03-24 06:17:21 +00:00
parent deeb9d53f4
commit 9548525ef1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40307

View File

@ -0,0 +1,11 @@
--- src/comet.cpp.orig Sat May 13 15:48:51 2000
+++ src/comet.cpp Fri Mar 23 19:49:12 2001
@@ -52,7 +52,7 @@
#ifdef WIN32
wglPointParameterfvEXT(GL_DISTANCE_ATTENUATION_EXT, quad);
#else
-#ifdef GL_EXT_point_parameters
+#if 0
glPointParameterfvEXT(GL_DISTANCE_ATTENUATION_EXT, quad);
#endif
#endif