Merge branch 'brushbsp' of https://github.com/ericwa/ericw-tools into brushbsp

This commit is contained in:
Jonathan 2022-08-10 01:14:59 -04:00
commit f8f0e903a2
1 changed files with 2 additions and 0 deletions

View File

@ -392,6 +392,8 @@ static void LeafNode(node_t *leafnode, std::vector<std::unique_ptr<bspbrush_t>>
}
qbsp_options.target_game->count_contents_in_stats(leafnode->contents, *stats.leafstats);
leafnode->volume.reset();
}
//============================================================