ports/astro/nightfall/files/patch-LightGL.c
Adriaan de Groot 7ea9db4bfd astro/nightfall: update to latest upsteam and remove BROKEN
Bump to more recent(?) release from the website; German-only
	https://www.la-samhna.de/nightfall/index.html
2021-04-26 20:23:34 +02:00

10 lines
263 B
C

--- LightGL.c.orig 2021-04-26 15:56:57 UTC
+++ LightGL.c
@@ -375,4 +375,7 @@ int WriteJPEGFile(JSAMPLE * imgbuff, char *filename, i
return(TRUE);
}
+float texture_minval[NUM_COMP] = {0};
+float texture_maxval[NUM_COMP] = {0};
+
#endif /* OpenGL end */