From 5ddb9dfd5dcb7a15b03a5f338aeed5dd8953d902 Mon Sep 17 00:00:00 2001 From: rodri Date: Sat, 17 Aug 2024 12:43:58 +0000 Subject: correct the light types constants. --- graphics.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'graphics.h') diff --git a/graphics.h b/graphics.h index 1360210..35d4d0c 100644 --- a/graphics.h +++ b/graphics.h @@ -17,9 +17,9 @@ enum { PTriangle, /* light types */ - LIGHT_POINT = 0, - LIGHT_DIRECTIONAL, - LIGHT_SPOT, + LightPoint = 0, + LightDirectional, + LightSpot, /* texture formats */ RAWTexture = 0, /* unmanaged */ -- cgit v1.2.3