This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Corrected typo
pull/508/head
raysan5
7 years ago
parent
fd5e457bb4
commit
a0127d8300
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/raylib.h
+1
-1
src/rlgl.h
+ 1
- 1
src/raylib.h
View File
@ -561,7 +561,7 @@ typedef enum {
LOC_MAP_METALNESS
,
/
/
LOC_MAP_SPECULAR
LOC_MAP_NORMAL
,
LOC_MAP_ROUGHNESS
,
LOC_MAP_OCCUSION
,
LOC_MAP_OCC
L
USION
,
LOC_MAP_EMISSION
,
LOC_MAP_HEIGHT
,
LOC_MAP_CUBEMAP
,
+ 1
- 1
src/rlgl.h
View File
@ -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_OCC
L
USION
,
LOC_MAP_EMISSION
,
LOC_MAP_HEIGHT
,
LOC_MAP_CUBEMAP
,
Write
Preview
Loading…
Cancel
Save