== Multires ==

Removed an unused integer from MultiresFace
This commit is contained in:
Nicholas Bishop
2007-06-10 09:23:50 +00:00
parent c61198d006
commit 2393896cee
2 changed files with 0 additions and 2 deletions

View File

@@ -109,7 +109,6 @@ typedef struct MultiresColFace {
typedef struct MultiresFace {
unsigned int v[4];
unsigned int mid;
unsigned int childrenstart;
char flag, mat_nr, pad[2];
} MultiresFace;
typedef struct MultiresEdge {

View File

@@ -903,7 +903,6 @@ void multires_add_level(void *ob, void *me_v)
for(i=0; i<lvl->prev->totface; ++i) {
const int max= lvl->prev->faces[i].v[3] ? 3 : 2;
lvl->prev->faces[i].childrenstart= curf;
for(j=0; j<max+1; ++j) {
lvl->faces[curf].v[0]= find_mid_edge(lvl->prev->vert_edge_map,lvl->prev,
lvl->prev->faces[i].v[j],