From b3f88d679740b29f6ad78a3c34a202d797ed6cb6 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Tue, 21 Jun 2022 00:40:31 -0600 Subject: [PATCH] qbsp: remove redundant MergeAll call --- qbsp/qbsp.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/qbsp/qbsp.cc b/qbsp/qbsp.cc index 4df23eba..fb619664 100644 --- a/qbsp/qbsp.cc +++ b/qbsp/qbsp.cc @@ -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);