Browse Source

oops, wrong double-sided flag

David Rose 22 years ago
parent
commit
29d25e0e69
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pandatool/src/mayaegg/mayaToEggConverter.cxx

+ 1 - 1
pandatool/src/mayaegg/mayaToEggConverter.cxx

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