fixes in btMiniSDF
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
|
||||
#include "LinearMath/btAlignedObjectArray.h"
|
||||
|
||||
#include <string.h> //memcpy
|
||||
|
||||
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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user