Browse Source

change an exclamation mark to a dot

Pierre Caye 5 years ago
parent
commit
f30f3f3deb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/bullet/rigid_body_bullet.cpp

+ 1 - 1
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));
 				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;
 		}
 		}
 	}
 	}