Skip to content

Point2PointJoint.getImpulseClamp() returns the damping value instead #918

@stephengold

Description

@stephengold

Another probable copy-and-paste error:

    JNIEXPORT jfloat JNICALL
    Java_com_jme3_bullet_joints_Point2PointJoint_getImpulseClamp(
        JNIEnv * env,
        jobject object,
        jlong jointId) {

...

        return joint->m_setting.m_damping;

Metadata

Metadata

Assignees

Labels

PhysicsIssues with all kinds of Physics and their BindingsbugSomething that is supposed to work, but doesn't. More severe than a "defect".

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions