Переглянути джерело

Merge pull request #33565 from akien-mga/vhacd-b07958e

vhacd: Sync with upstream b07958e
Rémi Verschelde 5 роки тому
батько
коміт
7d836a7cc3
2 змінених файлів з 5 додано та 1 видалено
  1. 1 1
      thirdparty/README.md
  2. 4 0
      thirdparty/vhacd/src/FloatMath.inl

+ 1 - 1
thirdparty/README.md

@@ -483,7 +483,7 @@ Files extracted from upstream source:
 ## vhacd
 
 - Upstream: https://github.com/kmammou/v-hacd
-- Version: git (2297aa1, 2018)
+- Version: git (b07958e, 2019)
 - License: BSD-3-Clause
 
 Files extracted from upstream source:

+ 4 - 0
thirdparty/vhacd/src/FloatMath.inl

@@ -7,6 +7,10 @@
 // a quaternion is a 'float *' to 4 floats representing a quaternion x,y,z,w
 //
 
+#ifdef _MSC_VER
+#pragma warning(disable:4996)
+#endif
+
 namespace FLOAT_MATH
 {