fixes in btMiniSDF
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#include "LinearMath/btAlignedObjectArray.h"
|
#include "LinearMath/btAlignedObjectArray.h"
|
||||||
|
#include <string.h> //memcpy
|
||||||
|
|
||||||
struct btSdfDataStream
|
struct btSdfDataStream
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ struct btShapeGradients
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
inline double& operator()(int i, int j)
|
inline btScalar& operator()(int i, int j)
|
||||||
{
|
{
|
||||||
return m_vec[i][j];
|
return m_vec[i][j];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user