ModelData doesn't need ref;

This commit is contained in:
bjorn 2017-03-12 15:04:39 -07:00
parent 062086991e
commit 4c3bca841b
1 changed files with 0 additions and 1 deletions

View File

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