mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-13 14:58:15 +00:00
Corrected typo
This commit is contained in:
@@ -561,7 +561,7 @@ typedef enum {
|
|||||||
LOC_MAP_METALNESS, // LOC_MAP_SPECULAR
|
LOC_MAP_METALNESS, // LOC_MAP_SPECULAR
|
||||||
LOC_MAP_NORMAL,
|
LOC_MAP_NORMAL,
|
||||||
LOC_MAP_ROUGHNESS,
|
LOC_MAP_ROUGHNESS,
|
||||||
LOC_MAP_OCCUSION,
|
LOC_MAP_OCCLUSION,
|
||||||
LOC_MAP_EMISSION,
|
LOC_MAP_EMISSION,
|
||||||
LOC_MAP_HEIGHT,
|
LOC_MAP_HEIGHT,
|
||||||
LOC_MAP_CUBEMAP,
|
LOC_MAP_CUBEMAP,
|
||||||
|
@@ -321,7 +321,7 @@ typedef unsigned char byte;
|
|||||||
LOC_MAP_METALNESS, // LOC_MAP_SPECULAR
|
LOC_MAP_METALNESS, // LOC_MAP_SPECULAR
|
||||||
LOC_MAP_NORMAL,
|
LOC_MAP_NORMAL,
|
||||||
LOC_MAP_ROUGHNESS,
|
LOC_MAP_ROUGHNESS,
|
||||||
LOC_MAP_OCCUSION,
|
LOC_MAP_OCCLUSION,
|
||||||
LOC_MAP_EMISSION,
|
LOC_MAP_EMISSION,
|
||||||
LOC_MAP_HEIGHT,
|
LOC_MAP_HEIGHT,
|
||||||
LOC_MAP_CUBEMAP,
|
LOC_MAP_CUBEMAP,
|
||||||
|
Reference in New Issue
Block a user