freebsd-ports/multimedia/2mandvd/files/patch-tetrahedron.h
Martin Wilke 85176f03a1 - Fix crash when locale is set to certain values
PR:		176558
Submitted by:	ports fury
2013-03-26 04:45:25 +00:00

11 lines
227 B
C

--- tetrahedron.h.orig
+++ tetrahedron.h
@@ -83,7 +83,7 @@
float scale_factor;
float wg_x;
float wdecal;
- GLfloat light_position[];
+ GLfloat light_position[4];
GLfloat anag_x;
GLfloat anag_y;