summaryrefslogtreecommitdiffhomepage
path: root/src/rlgl.c
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2016-10-31 20:39:03 +0100
committerraysan5 <[email protected]>2016-10-31 20:39:03 +0100
commit673dcf94364d37f3d52285ac27c88707ae567872 (patch)
tree23e63c55662410be2c3147aac1ddc3e950cc47df /src/rlgl.c
parentcc917fbac6e7007fdb744afaf8f0879c984d95af (diff)
downloadraylib-673dcf94364d37f3d52285ac27c88707ae567872.tar.gz
raylib-673dcf94364d37f3d52285ac27c88707ae567872.zip
Comments tweaks
Diffstat (limited to 'src/rlgl.c')
-rw-r--r--src/rlgl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rlgl.c b/src/rlgl.c
index 492ca3a6..e2804e9c 100644
--- a/src/rlgl.c
+++ b/src/rlgl.c
@@ -35,7 +35,7 @@
#include <math.h> // Required for: atan2()
#ifndef RLGL_STANDALONE
- #include "raymath.h" // Required for Vector3 and Matrix functions
+ #include "raymath.h" // Required for: Vector3 and Matrix functions
#endif
#if defined(GRAPHICS_API_OPENGL_11)