From 690ac8d24e8d24670ceabf5c8c77943c78db3bcc Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Fri, 1 Oct 2021 21:19:18 -0600 Subject: [PATCH] qbsp: Brush_GetContents_Q1: fix _mirrorinside --- qbsp/brush.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbsp/brush.cc b/qbsp/brush.cc index 5baf57fe..3f59afd5 100644 --- a/qbsp/brush.cc +++ b/qbsp/brush.cc @@ -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. - return options.target_game->create_solid_contents(); + return contents.merge(options.target_game->create_solid_contents()); } static contentflags_t