diff options
Diffstat (limited to 'src/Matrix4.h')
-rw-r--r-- | src/Matrix4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Matrix4.h b/src/Matrix4.h index 557057aca..081847b9f 100644 --- a/src/Matrix4.h +++ b/src/Matrix4.h @@ -3,7 +3,7 @@ -#define _USE_MATH_DEFINES // Enable non-standard math defines (MSVC) +#define _USE_MATH_DEFINES // Enable non-standard math defines (MSVC) #include <math.h> |