mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-15 06:00:12 +00:00
fixes in btMiniSDF
This commit is contained in:
parent
9ab03057ea
commit
7949f31c3e
@ -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];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user