This commit is contained in:
erwin coumans
2014-10-22 14:47:07 -07:00
8 changed files with 153 additions and 5 deletions

View File

@@ -20,7 +20,6 @@ subject to the following restrictions:
#include <stdio.h> //fopen
#include "Bullet3Common/b3AlignedObjectArray.h"
#include <string>
#include "OpenGLWindow/OpenGLInclude.h"
#include "tinyxml/tinyxml.h"
#include "Bullet3Common/b3FileUtils.h"

View File

@@ -118,7 +118,7 @@ ATTRIBUTE_ALIGNED16(class) btMatrix4x4
}
SIMD_FORCE_INLINE btMatrix4x4
btMatrix4x4::operator*=(const btMatrix4x4& m)
operator*=(const btMatrix4x4& m)
{
setValue(
m.tdotx(m_el[0]), m.tdoty(m_el[0]), m.tdotz(m_el[0]),m.tdotw(m_el[0]),