mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
yield more aggressively during flatten
This commit is contained in:
parent
3a1e10e4e8
commit
c3d1efc07d
@ -402,6 +402,7 @@ r_apply_attribs(PandaNode *node, const AccumulatedAttribs &attribs,
|
|||||||
PandaNode *child_node = node->get_child(i);
|
PandaNode *child_node = node->get_child(i);
|
||||||
r_apply_attribs(child_node, next_attribs, attrib_types, transformer);
|
r_apply_attribs(child_node, next_attribs, attrib_types, transformer);
|
||||||
}
|
}
|
||||||
|
Thread::consider_yield();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user