aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries
diff options
context:
space:
mode:
Diffstat (limited to 'src/libraries')
-rw-r--r--src/libraries/love.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libraries/love.h b/src/libraries/love.h
index 1de8032..1e756f8 100644
--- a/src/libraries/love.h
+++ b/src/libraries/love.h
@@ -136,6 +136,7 @@ typedef struct _mesh
136 MeshType type; 136 MeshType type;
137 vec3 pos; 137 vec3 pos;
138 vec4 rot; 138 vec4 rot;
139 vec3 size;
139 Eina_Inarray *materials; // Material 140 Eina_Inarray *materials; // Material
140 Eina_Inarray *parts; // Mesh 141 Eina_Inarray *parts; // Mesh
141} Mesh; 142} Mesh;