From 7cf83a4be052f0ab02f7546aaa15d3f8992bf4f4 Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Sun, 2 Feb 2014 10:42:56 -0800 Subject: [PATCH] attempt to fix compile issue with Clang --- src/Bullet3Common/b3QuadWord.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Bullet3Common/b3QuadWord.h b/src/Bullet3Common/b3QuadWord.h index 8a36af8cf..65c958197 100644 --- a/src/Bullet3Common/b3QuadWord.h +++ b/src/Bullet3Common/b3QuadWord.h @@ -68,6 +68,7 @@ public: mVec128 = v128; } #else +public: union { b3Scalar m_floats[4];