mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
Bump to more recent(?) release from the website; German-only https://www.la-samhna.de/nightfall/index.html
10 lines
263 B
C
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 */
|