summaryrefslogtreecommitdiffhomepage
path: root/src/rlgl.h
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2018-03-11 10:49:51 +0100
committerraysan5 <[email protected]>2018-03-11 10:49:51 +0100
commita0127d83002c2462bc4e83715c1dcb0bf99796ca (patch)
treedb247c246390265fd005b8421a9f43a2df9fadca /src/rlgl.h
parentfd5e457bb49b4a87ca9dc9880f3b8df1683a594d (diff)
downloadraylib-a0127d83002c2462bc4e83715c1dcb0bf99796ca.tar.gz
raylib-a0127d83002c2462bc4e83715c1dcb0bf99796ca.zip
Corrected typo
Diffstat (limited to 'src/rlgl.h')
-rw-r--r--src/rlgl.h2
1 files changed, 1 insertions, 1 deletions
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,