]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
also hide _reflect and _alpha texture files
authorRudolf Polzer <divverent@alientrap.org>
Mon, 9 Aug 2010 04:43:45 +0000 (06:43 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Mon, 9 Aug 2010 04:43:45 +0000 (06:43 +0200)
radiant/texwindow.cpp

index c0f2eab6f620216098342ead25cb623479619fed..774c0f85af8d37e3a34dbb4b756cb1bebfc95408 100644 (file)
@@ -713,6 +713,8 @@ bool texture_name_ignore(const char* name)
          endswith(strTemp.c_str(), "_gloss") ||
          endswith(strTemp.c_str(), "_pants") ||
          endswith(strTemp.c_str(), "_shirt") ||
+         endswith(strTemp.c_str(), "_reflect") ||
+         endswith(strTemp.c_str(), "_alpha") ||
          0;
 }