summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/raylib.h')
-rw-r--r--src/raylib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h
index facad993..781c1420 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -348,7 +348,7 @@ typedef struct Mesh {
// Shader
typedef struct Shader {
unsigned int id; // Shader program id
- int *locs; // Shader locations array (MAX_SHADER_LOCATIONS)
+ int *locs; // Shader locations array (RL_MAX_SHADER_LOCATIONS)
} Shader;
// MaterialMap