qbsp: fix comment about vanilla tools

This commit is contained in:
Eric Wasylishen 2023-01-06 12:14:08 -07:00
parent e9cd29a394
commit ff09b4c31e
1 changed files with 1 additions and 1 deletions

View File

@ -1089,7 +1089,7 @@ struct gamedef_q2_t : public gamedef_t
return contents.mirror_inside.value(); return contents.mirror_inside.value();
// Q2 is a bit different here. in vanilla tools, // Q2 is a bit different here. in vanilla tools,
// every content except SOLID is implicitly mirrorinside. // every content except SOLID and WINDOW is implicitly mirrorinside.
// the only exception is that 4bsp has the unused AUX // the only exception is that 4bsp has the unused AUX
// contents to default to not mirroring the insides. // contents to default to not mirroring the insides.
return !(contents.native & (Q2_CONTENTS_SOLID | Q2_CONTENTS_AUX)); return !(contents.native & (Q2_CONTENTS_SOLID | Q2_CONTENTS_AUX));