Browse Source

Corrected bug on enum

pull/1820/head
Ray 3 years ago
parent
commit
3643974949
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/raylib.h

+ 2
- 2
src/raylib.h View File

@ -726,8 +726,8 @@ typedef enum {
MATERIAL_MAP_HEIGHT, // Heightmap material
MATERIAL_MAP_CUBEMAP, // Cubemap material (NOTE: Uses GL_TEXTURE_CUBE_MAP)
MATERIAL_MAP_IRRADIANCE, // Irradiance material (NOTE: Uses GL_TEXTURE_CUBE_MAP)
MATERIAL_MAP_PREFILTER // Prefilter material (NOTE: Uses GL_TEXTURE_CUBE_MAP)
MATERIAL_MAP_BRDG class="p">, // Brdg material
MATERIAL_MAP_PREFILTER class="p">, // Prefilter material (NOTE: Uses GL_TEXTURE_CUBE_MAP)
MATERIAL_MAP_BRDG // Brdg material
} MaterialMapIndex;
#define MATERIAL_MAP_DIFFUSE MATERIAL_MAP_ALBEDO

Loading…
Cancel
Save