mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
oops, typo
This commit is contained in:
parent
bcbd40848d
commit
d15bcd5062
@ -755,7 +755,7 @@ do_flatten_siblings(PandaNode *parent_node, PandaNode *child1,
|
|||||||
// Make sure the new child list has child1's children first,
|
// Make sure the new child list has child1's children first,
|
||||||
// followed by child2's children.
|
// followed by child2's children.
|
||||||
child1->replace_node(child2);
|
child1->replace_node(child2);
|
||||||
new_child->replace_node(child2);
|
new_child->replace_node(child1);
|
||||||
|
|
||||||
return new_child;
|
return new_child;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user