oops, wrong double-sided flag

This commit is contained in:
David Rose 2003-11-04 03:07:55 +00:00
parent fe118d449e
commit 29d25e0e69

View File

@ -1371,7 +1371,7 @@ make_polyset(const MDagPath &dag_path, const MFnMesh &mesh,
// If this flag is false, we respect the maya double-sided
// settings only if the egg "double-sided" flag is also set.
if (!egg_double_sided) {
maya_double_sided = false;
double_sided = false;
}
}