From e2a3a52ad6acaacf8c839fcefd405ff3258dcad9 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Wed, 6 Jul 2016 20:02:33 +0200 Subject: [PATCH] Edited comment --- src/rlgl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)