mesh_texture -> texture

This commit is contained in:
h4570
2020-12-01 19:27:55 +01:00
parent ade89bbdd1
commit 389a5ee608
17 changed files with 48 additions and 48 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
struct TextureLink
{
/** Mesh id or sprite id */
u32 meshId;
u32 meshOrSpriteId;
/** Mesh material id or 0 if is sprite */
u32 materialId;
};