fixes in btMiniSDF

This commit is contained in:
erwincoumans
2018-04-08 21:30:06 -07:00
parent 9ab03057ea
commit 7949f31c3e
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
#include "LinearMath/btAlignedObjectArray.h" #include "LinearMath/btAlignedObjectArray.h"
#include <string.h> //memcpy
struct btSdfDataStream struct btSdfDataStream
{ {

View File

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