Fix build borkage on OS X.
parent
42f7199fdb
commit
3f41fdbfcf
|
|
@ -38,8 +38,6 @@
|
|||
#if LL_VECTORIZE
|
||||
|
||||
|
||||
static LLV4Matrix4 sJointMat[32];
|
||||
|
||||
inline void matrix_translate(LLV4Matrix4& m, const LLMatrix4* w, const LLVector3& j)
|
||||
{
|
||||
m.mV[VX] = _mm_loadu_ps(w->mMatrix[VX]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue