1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

vhacd: Sync with upstream b07958e

Nothing to see here, it is just a cosmetic sync to confirm
that we have the latest upstream changes.
This commit is contained in:
Rémi Verschelde
2019-11-12 09:24:09 +01:00
parent 1d0bd3eb71
commit 424d2fcfb4
2 changed files with 5 additions and 1 deletions

View File

@@ -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
{