Cosmetics
This commit is contained in:
parent
5b53950def
commit
b3b5c84d1c
@ -417,11 +417,11 @@ HE_obj *parse_obj(char const * const obj_string)
|
|||||||
obj = (HE_obj*) malloc(sizeof(HE_obj));
|
obj = (HE_obj*) malloc(sizeof(HE_obj));
|
||||||
CHECK_PTR_VAL(obj);
|
CHECK_PTR_VAL(obj);
|
||||||
|
|
||||||
obj->vertices = vertices;
|
|
||||||
obj->vc = vc;
|
|
||||||
obj->edges = edges;
|
obj->edges = edges;
|
||||||
obj->ec = ec;
|
obj->vertices = vertices;
|
||||||
obj->faces = faces;
|
obj->faces = faces;
|
||||||
|
obj->ec = ec;
|
||||||
|
obj->vc = vc;
|
||||||
obj->fc = fc;
|
obj->fc = fc;
|
||||||
|
|
||||||
free(string);
|
free(string);
|
||||||
|
Loading…
Reference in New Issue
Block a user