From: Rudolf Polzer Date: Mon, 9 Aug 2010 04:43:45 +0000 (+0200) Subject: also hide _reflect and _alpha texture files X-Git-Tag: xonotic-v0.5.0~233 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=commitdiff_plain;h=370cc40d7f95226fbdff71cd22bba1e6c8a185d8 also hide _reflect and _alpha texture files --- diff --git a/radiant/texwindow.cpp b/radiant/texwindow.cpp index c0f2eab6..774c0f85 100644 --- a/radiant/texwindow.cpp +++ b/radiant/texwindow.cpp @@ -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; }