yield more aggressively during flatten

This commit is contained in:
David Rose 2008-12-16 19:46:55 +00:00
parent 3a1e10e4e8
commit c3d1efc07d

View File

@ -402,6 +402,7 @@ r_apply_attribs(PandaNode *node, const AccumulatedAttribs &attribs,
PandaNode *child_node = node->get_child(i);
r_apply_attribs(child_node, next_attribs, attrib_types, transformer);
}
Thread::consider_yield();
}