summaryrefslogtreecommitdiff
path: root/core/math/triangulate.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/math/triangulate.h')
-rw-r--r--core/math/triangulate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/math/triangulate.h b/core/math/triangulate.h
index 55dc4e8e7d..249ca6238f 100644
--- a/core/math/triangulate.h
+++ b/core/math/triangulate.h
@@ -34,7 +34,7 @@
#include "core/math/vector2.h"
/*
-http://www.flipcode.com/archives/Efficient_Polygon_Triangulation.shtml
+https://www.flipcode.com/archives/Efficient_Polygon_Triangulation.shtml
*/
class Triangulate {