Merge pull request #36938 from pyacier/exclamation-mark-to-dot
change an exclamation mark to a dot
This commit is contained in:
commit
2fb511a4f7
@ -240,7 +240,7 @@ void RigidBodyBullet::KinematicUtilities::copyAllOwnerShapes() {
|
|||||||
shapes.write[i].shape = static_cast<btConvexShape *>(shape_wrapper->shape->create_bt_shape(owner_scale * shape_wrapper->scale, safe_margin));
|
shapes.write[i].shape = static_cast<btConvexShape *>(shape_wrapper->shape->create_bt_shape(owner_scale * shape_wrapper->scale, safe_margin));
|
||||||
} break;
|
} break;
|
||||||
default:
|
default:
|
||||||
WARN_PRINT("This shape is not supported to be kinematic!");
|
WARN_PRINT("This shape is not supported for kinematic collision.");
|
||||||
shapes.write[i].shape = NULL;
|
shapes.write[i].shape = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user