diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2021-09-13 22:47:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-13 22:47:12 +0200 |
commit | ad9717bc8fbaf6ebfe5dea3cae9c419be90e8ae3 (patch) | |
tree | 5059d37cd25d67409c15437cdc72571e6917509b /core/math/convex_hull.h | |
parent | 01014e9a05c2c7e35d1c004e564d345ee69c0fd6 (diff) | |
parent | 3a902c66c4c5acf7a0cbdc527b8b5ab5ed98affd (diff) | |
download | redot-engine-ad9717bc8fbaf6ebfe5dea3cae9c419be90e8ae3.tar.gz |
Merge pull request #52641 from aaronfranke/revert-url
Revert some URLs from the "Replace HTTP URLs with HTTPS" PR
Diffstat (limited to 'core/math/convex_hull.h')
-rw-r--r-- | core/math/convex_hull.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/math/convex_hull.h b/core/math/convex_hull.h index a860d60b02..806c6cc3fb 100644 --- a/core/math/convex_hull.h +++ b/core/math/convex_hull.h @@ -49,7 +49,7 @@ subject to the following restrictions: #include "core/templates/vector.h" /// Convex hull implementation based on Preparata and Hong -/// See https://code.google.com/p/bullet/issues/detail?id=275 +/// See https://code.google.com/archive/p/bullet/issues/275 /// Ole Kniemeyer, MAXON Computer GmbH class ConvexHullComputer { public: |