Skip to content

Commit

Permalink
Fix worldspawn layer filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
Shfty committed May 3, 2020
1 parent c962bac commit 6e41609
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/c/surface_gatherer.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@ bool surface_gatherer_filter_brush(int entity_idx, int brush_idx)
{
return filter_worldspawn_layers;
}
else
{
return !filter_worldspawn_layers;
}

}
}
Expand Down

0 comments on commit 6e41609

Please sign in to comment.