diff --git a/source/shared_lib/include/graphics/model_header.h b/source/shared_lib/include/graphics/model_header.h index 479c96f05..ffeda7f50 100644 --- a/source/shared_lib/include/graphics/model_header.h +++ b/source/shared_lib/include/graphics/model_header.h @@ -50,6 +50,7 @@ namespace Shared { static const int MESH_TEXTURE_COUNT = 3; enum MeshTexture { + mtNone = 0, mtDiffuse = 1, mtSpecular = 2, mtNormal = 4