mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
oops, wrong double-sided flag
This commit is contained in:
parent
fe118d449e
commit
29d25e0e69
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user