summaryrefslogtreecommitdiff
path: root/thirdparty/xatlas/build-fix-limits.patch
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-08-28 15:46:58 +0200
committerGitHub <noreply@github.com>2019-08-28 15:46:58 +0200
commit4a6b445a93905a9fa86e841d9cf74b4932a3c4d0 (patch)
treece9baf69924226156fac477e508e7f84c267252d /thirdparty/xatlas/build-fix-limits.patch
parent96ea1e6fb073a32aab2bbefb5eec12769a8435ed (diff)
parentc3c805aff8f039a1ac2c7a7179358a4ff1bd10a6 (diff)
Merge pull request #31728 from fire/improve-uvatlas
Tweak xatlas and import new version b4b5426
Diffstat (limited to 'thirdparty/xatlas/build-fix-limits.patch')
-rw-r--r--thirdparty/xatlas/build-fix-limits.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/thirdparty/xatlas/build-fix-limits.patch b/thirdparty/xatlas/build-fix-limits.patch
deleted file mode 100644
index 00d07371c0..0000000000
--- a/thirdparty/xatlas/build-fix-limits.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/thirdparty/xatlas/xatlas.h b/thirdparty/xatlas/xatlas.h
-index 7e556c6c3..dbf8ca08c 100644
---- a/thirdparty/xatlas/xatlas.h
-+++ b/thirdparty/xatlas/xatlas.h
-@@ -3,6 +3,9 @@
- #ifndef XATLAS_H
- #define XATLAS_H
- #include <float.h> // FLT_MAX
-+// -- GODOT start --
-+#include <limits.h> // INT_MAX, UINT_MAX
-+// -- GODOT end --
-
- namespace xatlas {
-