fixes in btMiniSDF
This commit is contained in:
@@ -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