diff options
author | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2019-07-23 21:06:12 -0300 |
---|---|---|
committer | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2019-07-23 21:06:12 -0300 |
commit | 12ae7a4c02c186e9f136a7d4a8ea9f6f4805f718 (patch) | |
tree | 651c46fba45ed19736d265502dacaa8c938b9f35 /modules | |
parent | 06a6507751f5899a590a1c67915890550e5a2793 (diff) |
Update some dead links in the codebase
Diffstat (limited to 'modules')
-rw-r--r-- | modules/bullet/rigid_body_bullet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bullet/rigid_body_bullet.h b/modules/bullet/rigid_body_bullet.h index 2c9bdb8b0b..f63148092f 100644 --- a/modules/bullet/rigid_body_bullet.h +++ b/modules/bullet/rigid_body_bullet.h @@ -305,7 +305,7 @@ public: void reload_axis_lock(); /// Doc: - /// http://www.bulletphysics.org/mediawiki-1.5.8/index.php?title=Anti_tunneling_by_Motion_Clamping + /// https://web.archive.org/web/20180404091446/http://www.bulletphysics.org/mediawiki-1.5.8/index.php/Anti_tunneling_by_Motion_Clamping void set_continuous_collision_detection(bool p_enable); bool is_continuous_collision_detection_enabled() const; |