diff options
author | Pierre Caye <pierrecaye@laposte.net> | 2020-03-09 13:15:20 +0100 |
---|---|---|
committer | Pierre Caye <pierrecaye@laposte.net> | 2020-03-09 14:44:12 +0100 |
commit | f30f3f3deb3d5990ac1ff81cf016b7cb0e71b50f (patch) | |
tree | c8849721bfd5822cca640e85b7d05bbb3d6e7ce8 /modules/bullet | |
parent | af015f79d35364c66a6f4572aa3a1d3eb025b6de (diff) |
change an exclamation mark to a dot
Diffstat (limited to 'modules/bullet')
-rw-r--r-- | modules/bullet/rigid_body_bullet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bullet/rigid_body_bullet.cpp b/modules/bullet/rigid_body_bullet.cpp index d33c3a748c..80f42c8441 100644 --- a/modules/bullet/rigid_body_bullet.cpp +++ b/modules/bullet/rigid_body_bullet.cpp @@ -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)); } break; 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; } } |