Skip to content
Snippets Groups Projects
Commit b55c8fe2 authored by Brad Kittenbrink's avatar Brad Kittenbrink
Browse files

Fixed a build error under XCode due to unused file static variable.

parent 6502ae1a
No related branches found
No related tags found
No related merge requests found
......@@ -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]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment