qbsp: CreateSingleHull: remove unnecessary side.visible clearing (now done in CreateBrushWindings)

This commit is contained in:
Eric Wasylishen 2022-09-17 21:00:01 -06:00
parent cea123f955
commit 04df42f8e0
1 changed files with 0 additions and 7 deletions

View File

@ -895,13 +895,6 @@ static void CreateSingleHull(hull_index_t hullnum)
ProcessEntity(entity, hullnum);
// reset any global brush stuff
for (auto &brush : entity.mapbrushes) {
for (auto &side : brush.faces) {
side.visible = false;
}
}
// restore logging
logging::mask = prev_logging_mask;
}