summaryrefslogtreecommitdiffhomepage
path: root/src/raymath.h
diff options
context:
space:
mode:
authorJoshua Reisenauer <[email protected]>2016-06-01 20:17:39 -0700
committerJoshua Reisenauer <[email protected]>2016-06-01 20:17:39 -0700
commitae6adb173b0a89abd5185436029691ae33c1a727 (patch)
tree1e5932f1df42368983844ca16f2c2ddba9cd4b3d /src/raymath.h
parent90e1ed2b5e54a9b6c69be3dd2b71d1e4f3632c33 (diff)
parent17878550b1e2dde44fcd1e668c92ca2d96680a28 (diff)
downloadraylib-ae6adb173b0a89abd5185436029691ae33c1a727.tar.gz
raylib-ae6adb173b0a89abd5185436029691ae33c1a727.zip
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
Diffstat (limited to 'src/raymath.h')
-rw-r--r--src/raymath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raymath.h b/src/raymath.h
index 59d66e56..2e055e9f 100644
--- a/src/raymath.h
+++ b/src/raymath.h
@@ -73,7 +73,7 @@
//----------------------------------------------------------------------------------
#if defined(RAYMATH_STANDALONE)
- // Vector2 type
+ // Vector2 type
typedef struct Vector2 {
float x;
float y;