mark it as warning

This commit is contained in:
Jonathan 2022-06-14 10:50:47 -04:00
parent 7827885f0f
commit 54c3103bdc
1 changed files with 1 additions and 1 deletions

View File

@ -1396,7 +1396,7 @@ static void ParseTextureDef(parser_t &parser, mapface_t &mapface, const mapbrush
if (!(extinfo.info->flags.native & (Q2_SURF_TRANS33 | Q2_SURF_TRANS66))) {
extinfo.info->contents.native |= Q2_CONTENTS_DETAIL;
logging::print("face at line {}: swapped TRANSLUCENT for DETAIL\n", mapface.linenum);
logging::print("WARNING: face at line {}: swapped TRANSLUCENT for DETAIL\n", mapface.linenum);
}
}