Parcourir la source

oops, missed this

Zachary Pavlov il y a 16 ans
Parent
commit
661af56d60
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      pandatool/src/mayaegg/mayaNodeTree.cxx

+ 1 - 0
pandatool/src/mayaegg/mayaNodeTree.cxx

@@ -396,6 +396,7 @@ get_egg_group(MayaNodeDesc *node_desc) {
         if(get_vec3d_attribute(dag_object, "scrollUV", value)) {
           egg_group->set_scroll_u(value[0]);
           egg_group->set_scroll_v(value[1]);
+          egg_group->set_scroll_r(value[2]);
         }
       }