qbsp: call CountLeafs at the end of hull processing
This commit is contained in:
parent
5d1dc0d882
commit
8d5d3233b7
|
|
@ -554,6 +554,7 @@ static void ProcessEntity(mapentity_t &entity, hull_index_t hullnum)
|
|||
FreeTreePortals(tree);
|
||||
PruneNodes(tree.headnode);
|
||||
}
|
||||
CountLeafs(tree.headnode);
|
||||
}
|
||||
ExportClipNodes(entity, tree.headnode, hullnum.value());
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue