Rename enum type

This commit is contained in:
Ray 2019-04-05 13:13:10 +02:00
parent 28b9de661d
commit a728376cdf

View File

@ -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