ports/astro/openuniverse/files/patch-src_comet.cpp
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00: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