qbsp: Brush_GetContents_Q1: fix _mirrorinside

This commit is contained in:
Eric Wasylishen 2021-10-01 21:19:18 -06:00
parent 8bd7232e84
commit 690ac8d24e
1 changed files with 1 additions and 1 deletions

View File

@ -898,7 +898,7 @@ Brush_GetContents_Q1(const mapbrush_t *mapbrush, const contentflags_t &base_cont
} }
//and anything else is assumed to be a regular solid. //and anything else is assumed to be a regular solid.
return options.target_game->create_solid_contents(); return contents.merge(options.target_game->create_solid_contents());
} }
static contentflags_t static contentflags_t