From ae69a754244c4e475c8d2591772ca8e005071d83 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 18 Feb 2019 11:55:41 +0100 Subject: Update to 5.42 --- hacks/glx/quickhull.h | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'hacks/glx/quickhull.h') diff --git a/hacks/glx/quickhull.h b/hacks/glx/quickhull.h index 0dd0faa..161b74e 100644 --- a/hacks/glx/quickhull.h +++ b/hacks/glx/quickhull.h @@ -22,14 +22,9 @@ #define __QUICKHULL_H__ typedef struct qh_vertex { - union { - double v[3]; - struct { - double x; - double y; - double z; - }; - }; + double x; + double y; + double z; } qh_vertex_t; typedef qh_vertex_t qh_vec3_t; -- cgit v1.2.3-55-g7522