opnsense-ports/astro/openuniverse/files/patch-src_comet.cpp
Franco Fichtner 6e79da282a */*: sync with upstream
Taken from: FreeBSD
2016-07-27 07:58:02 +02:00

11 lines
305 B
C++

--- src/comet.cpp.orig 2000-05-13 22:48:51 UTC
+++ src/comet.cpp
@@ -52,7 +52,7 @@ void CometTail(int body)
#ifdef WIN32
wglPointParameterfvEXT(GL_DISTANCE_ATTENUATION_EXT, quad);
#else
-#ifdef GL_EXT_point_parameters
+#if 0
glPointParameterfvEXT(GL_DISTANCE_ATTENUATION_EXT, quad);
#endif
#endif