mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-06 11:28:17 +00:00
Edited comment
This commit is contained in:
@@ -260,7 +260,7 @@ static bool texCompASTCSupported = false; // ASTC texture compression support
|
|||||||
|
|
||||||
// Lighting data
|
// Lighting data
|
||||||
static Light lights[MAX_LIGHTS]; // Lights pool
|
static Light lights[MAX_LIGHTS]; // Lights pool
|
||||||
static int lightsCount; // Counts current enabled physic objects
|
static int lightsCount; // Enabled lights counter
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(RLGL_OCULUS_SUPPORT)
|
#if defined(RLGL_OCULUS_SUPPORT)
|
||||||
|
Reference in New Issue
Block a user