aboutsummaryrefslogtreecommitdiff
path: root/src/rlgl.c
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2017-04-30 13:03:31 +0200
committerRay <raysan5@gmail.com>2017-04-30 13:03:31 +0200
commitd593bd0081ea2dcafe3182ffc874882b5b7110b4 (patch)
tree15e9782c639571d57030420f69c6b8f7c4a69f50 /src/rlgl.c
parent2d6213af6009a75cce8420f112ceb6d8bba7d198 (diff)
downloadraylib-d593bd0081ea2dcafe3182ffc874882b5b7110b4.tar.gz
raylib-d593bd0081ea2dcafe3182ffc874882b5b7110b4.zip
Some code 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 b336571f..1dc83314 100644
--- a/src/rlgl.c
+++ b/src/rlgl.c
@@ -64,7 +64,7 @@
#include <stdio.h> // Required for: fopen(), fclose(), fread()... [Used only on LoadText()]
#include <stdlib.h> // Required for: malloc(), free(), rand()
-#include <string.h> // Required for: strcmp(), strlen(), strtok()
+#include <string.h> // Required for: strcmp(), strlen(), strtok() [Used only in extensions loading]
#include <math.h> // Required for: atan2()
#ifndef RLGL_STANDALONE