aboutsummaryrefslogtreecommitdiff
path: root/src/vector3.c
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2014-03-16 20:59:02 +0100
committerraysan5 <raysan5@gmail.com>2014-03-16 20:59:02 +0100
commita68818e320cb90e2bbc772f65343cb79b78770ae (patch)
tree2e823b076a49c002645388db66cc72556536276a /src/vector3.c
parent0a71a92eeb6cd05631c268005758bb9d4066f659 (diff)
downloadraylib-1.0.6.tar.gz
raylib-1.0.6.zip
Update to version 1.0.61.0.6
Check CHANGELOG for the list of changes in this release!
Diffstat (limited to 'src/vector3.c')
-rw-r--r--src/vector3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vector3.c b/src/vector3.c
index 378ab877..6b0e1573 100644
--- a/src/vector3.c
+++ b/src/vector3.c
@@ -25,7 +25,7 @@
#include "vector3.h"
-#include <math.h>
+#include <math.h> // Used for fabs(), sqrt()
// Add two vectors
Vector3 VectorAdd(Vector3 v1, Vector3 v2)