qbsp: fix incorrect return in FindAreas

This commit is contained in:
Eric Wasylishen 2022-06-01 23:21:15 -06:00
parent 1f28be4a4c
commit 0eeabaeb21
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@ static void FindAreas(node_t *node)
// area portals are always only flooded into, never
// out of
if (ClusterContents(leaf).native & Q2_CONTENTS_AREAPORTAL)
return;
continue;
map.c_areas++;
FloodAreas_r(leaf);