This commit is contained in:
Jonathan 2022-07-18 08:57:50 -04:00
parent 577592ce45
commit 5e90c5c7a1
1 changed files with 0 additions and 1 deletions

View File

@ -511,7 +511,6 @@ static void FixFaceEdges(node_t *headnode, face_t *f, tjunc_stats_t &stats)
}
// faces with 4 or more vertices can be done better.
// temporary storage for result faces; stored as a list
// since a resize may steal references out from underneath us
// as the functions do their work.