diff options
| author | raysan5 <[email protected]> | 2016-10-31 20:39:03 +0100 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2016-10-31 20:39:03 +0100 |
| commit | 673dcf94364d37f3d52285ac27c88707ae567872 (patch) | |
| tree | 23e63c55662410be2c3147aac1ddc3e950cc47df /src/rlgl.c | |
| parent | cc917fbac6e7007fdb744afaf8f0879c984d95af (diff) | |
| download | raylib-673dcf94364d37f3d52285ac27c88707ae567872.tar.gz raylib-673dcf94364d37f3d52285ac27c88707ae567872.zip | |
Comments tweaks
Diffstat (limited to 'src/rlgl.c')
| -rw-r--r-- | src/rlgl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
