qbsp: remove redundant MergeAll call
This commit is contained in:
parent
84e007b7ce
commit
b3f88d6797
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue