Browse Source

Rename enum type

Ray 6 years ago
parent
commit
a728376cdf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/rlgl.h

+ 1 - 1
src/rlgl.h

@@ -386,7 +386,7 @@ typedef unsigned char byte;
         MAP_IRRADIANCE,          // NOTE: Uses GL_TEXTURE_CUBE_MAP
         MAP_PREFILTER,           // NOTE: Uses GL_TEXTURE_CUBE_MAP
         MAP_BRDF
-    } TexmapIndex;
+    } MaterialMapType;
 
     #define MAP_DIFFUSE      MAP_ALBEDO
     #define MAP_SPECULAR     MAP_METALNESS