mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
oops, missed this
This commit is contained in:
parent
5c96de62f3
commit
661af56d60
@ -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]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user