diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-05-19 22:04:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-19 22:04:14 +0200 |
commit | a940b4cf640930b2decb356d395ac4cd89beefaf (patch) | |
tree | 8b16bd41e01eb747f8c7142b0ea8f3cf9c36e773 /modules/bullet/space_bullet.cpp | |
parent | d111d59640ae93e60331f941fb2c62f460323171 (diff) | |
parent | e0574e1d98079b9954d262792bf748f7861e1d0a (diff) |
Merge pull request #28997 from akien-mga/codespell
Fix typos with codespell
Diffstat (limited to 'modules/bullet/space_bullet.cpp')
-rw-r--r-- | modules/bullet/space_bullet.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/bullet/space_bullet.cpp b/modules/bullet/space_bullet.cpp index 6bfd98873e..738b415d16 100644 --- a/modules/bullet/space_bullet.cpp +++ b/modules/bullet/space_bullet.cpp @@ -1152,7 +1152,7 @@ public: bool SpaceBullet::recover_from_penetration(RigidBodyBullet *p_body, const btTransform &p_body_position, btScalar p_recover_movement_scale, bool p_infinite_inertia, btVector3 &r_delta_recover_movement, RecoverResult *r_recover_result) { - // Calculate the cummulative AABB of all shapes of the kinematic body + // Calculate the cumulative AABB of all shapes of the kinematic body btVector3 aabb_min, aabb_max; bool shapes_found = false; @@ -1347,7 +1347,7 @@ int SpaceBullet::add_separation_result(PhysicsServer::SeparationResult *r_result int SpaceBullet::recover_from_penetration_ray(RigidBodyBullet *p_body, const btTransform &p_body_position, btScalar p_recover_movement_scale, bool p_infinite_inertia, int p_result_max, btVector3 &r_delta_recover_movement, PhysicsServer::SeparationResult *r_results) { - // Calculate the cummulative AABB of all shapes of the kinematic body + // Calculate the cumulative AABB of all shapes of the kinematic body btVector3 aabb_min, aabb_max; bool shapes_found = false; |