qbsp: fix comment

This commit is contained in:
Eric Wasylishen 2024-02-25 15:54:58 -07:00
parent 438da8093c
commit 1e53d45a6c
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ struct mapface_t
// but it is also here for quicker lookups.
std::string texname{};
// faces can technically have different contents on each side;
// in Q1's case, consider `*waterskip` on one and `skip` on another.
// brushes can technically have different contents on each side;
// in Q1's case, consider `*water` on one and `brick` on another.
// in Q2's case, contents are per-face (probably since brushes didn't have
// any data on them other than faces), but only the first valid contents
// end up being used. This stores the per-side contents, but be careful