1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-02 20:43:35 +00:00

ModelData doesn't need ref;

This commit is contained in:
bjorn 2017-03-12 15:04:39 -07:00
parent 062086991e
commit 4c3bca841b

View file

@ -33,7 +33,6 @@ typedef struct ModelNode {
} ModelNode; } ModelNode;
typedef struct { typedef struct {
Ref ref;
ModelNode* root; ModelNode* root;
vec_model_mesh_t meshes; vec_model_mesh_t meshes;
int hasNormals; int hasNormals;