Fix build borkage on OS X.

master
Bryan O'Sullivan 2007-07-12 22:33:48 +00:00
parent 42f7199fdb
commit 3f41fdbfcf
1 changed files with 0 additions and 2 deletions

View File

@ -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]);