aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2016-07-06 20:02:33 +0200
committerraysan5 <raysan5@gmail.com>2016-07-06 20:02:33 +0200
commite2a3a52ad6acaacf8c839fcefd405ff3258dcad9 (patch)
tree6b703c08b199f04af275ba91f926f47121ab99de /src
parent8fd450784799d553a649a69df92497d32415140b (diff)
downloadraylib-e2a3a52ad6acaacf8c839fcefd405ff3258dcad9.tar.gz
raylib-e2a3a52ad6acaacf8c839fcefd405ff3258dcad9.zip
Edited comment
Diffstat (limited to 'src')
-rw-r--r--src/rlgl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rlgl.c b/src/rlgl.c
index a71142b0..089e2809 100644
--- a/src/rlgl.c
+++ b/src/rlgl.c
@@ -260,7 +260,7 @@ static bool texCompASTCSupported = false; // ASTC texture compression support
// Lighting data
static Light lights[MAX_LIGHTS]; // Lights pool
-static int lightsCount; // Counts current enabled physic objects
+static int lightsCount; // Enabled lights counter
#endif
#if defined(RLGL_OCULUS_SUPPORT)