qbsp: remove redundant MergeAll call

This commit is contained in:
Eric Wasylishen 2022-06-21 00:40:31 -06:00
parent 84e007b7ce
commit b3f88d6797
1 changed files with 0 additions and 3 deletions

View File

@ -908,9 +908,6 @@ static void ProcessEntity(mapentity_t *entity, const int hullnum)
WritePortalFile(tree);
}
// merge polygons
MergeAll(tree->headnode);
// needs to come after any face creation
MakeMarkFaces(entity, tree->headnode);