aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/raylib.h2
-rw-r--r--src/rlgl.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/raylib.h b/src/raylib.h
index 253f73fb..a6a6be0c 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -561,7 +561,7 @@ typedef enum {
LOC_MAP_METALNESS, // LOC_MAP_SPECULAR
LOC_MAP_NORMAL,
LOC_MAP_ROUGHNESS,
- LOC_MAP_OCCUSION,
+ LOC_MAP_OCCLUSION,
LOC_MAP_EMISSION,
LOC_MAP_HEIGHT,
LOC_MAP_CUBEMAP,
diff --git a/src/rlgl.h b/src/rlgl.h
index 94331389..01278699 100644
--- a/src/rlgl.h
+++ b/src/rlgl.h
@@ -321,7 +321,7 @@ typedef unsigned char byte;
LOC_MAP_METALNESS, // LOC_MAP_SPECULAR
LOC_MAP_NORMAL,
LOC_MAP_ROUGHNESS,
- LOC_MAP_OCCUSION,
+ LOC_MAP_OCCLUSION,
LOC_MAP_EMISSION,
LOC_MAP_HEIGHT,
LOC_MAP_CUBEMAP,