qbsp: call CountLeafs at the end of hull processing

This commit is contained in:
Eric Wasylishen 2022-09-19 21:00:36 -06:00
parent 5d1dc0d882
commit 8d5d3233b7
1 changed files with 1 additions and 0 deletions

View File

@ -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;