You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this error when trying to build:
'getConstraintType': is not a member of 'btMultiBodyConstraint' libbulletc K:\dev\BulletSharpPInvoke-double-precision\libbulletc\src\btMultiBodyConstraint_wrap.cpp 34
Its this function:
int btMultiBodyConstraint_getConstraintType(btMultiBodyConstraint* obj)
{
return obj->getConstraintType();
}
For now I've instead just returned 0 to get the build continue, I'm using bullet 2.89. Any idea why its missing?
The text was updated successfully, but these errors were encountered:
Hello!
I got this error when trying to build:
'getConstraintType': is not a member of 'btMultiBodyConstraint' libbulletc K:\dev\BulletSharpPInvoke-double-precision\libbulletc\src\btMultiBodyConstraint_wrap.cpp 34
Its this function:
int btMultiBodyConstraint_getConstraintType(btMultiBodyConstraint* obj)
{
return obj->getConstraintType();
}
For now I've instead just returned 0 to get the build continue, I'm using bullet 2.89. Any idea why its missing?
The text was updated successfully, but these errors were encountered: