瀏覽代碼

oops, wrong double-sided flag

David Rose 22 年之前
父節點
當前提交
29d25e0e69
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
     // settings only if the egg "double-sided" flag is also set.
     if (!egg_double_sided) {
-      maya_double_sided = false;
+      double_sided = false;
     }
   }