mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-18 12:43:44 -04:00
don't sort down list from bam file
This commit is contained in:
parent
3a9a026715
commit
5900ee0934
@ -302,10 +302,9 @@ complete_down_list(PandaNode::Down &down_list,
|
|||||||
(*di) = DownConnection(child_node, sort);
|
(*di) = DownConnection(child_node, sort);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Now we should sort the list, since the sorting is based on
|
// Unlike the up list, we should *not* sort the down list. The down
|
||||||
// pointer order, which might be different from one session to the
|
// list is stored in a specific order, not related to pointer order;
|
||||||
// next.
|
// and this order should be preserved from one session to the next.
|
||||||
down_list.sort();
|
|
||||||
|
|
||||||
return pi;
|
return pi;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user