error in last commit, missing normal update.

This commit is contained in:
2013-12-22 07:19:48 +11:00
parent a183aa6c67
commit b01cbede04

View File

@@ -102,6 +102,8 @@ static DerivedMesh* WireframeModifier_do( WireframeModifierData *wmd, Object *ob
result = CDDM_from_bmesh(bm, true); result = CDDM_from_bmesh(bm, true);
BM_mesh_free(bm); BM_mesh_free(bm);
result->dirty |= DM_DIRTY_NORMALS;
return result; return result;
} }