From 370cc40d7f95226fbdff71cd22bba1e6c8a185d8 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 9 Aug 2010 06:43:45 +0200 Subject: [PATCH] also hide _reflect and _alpha texture files --- radiant/texwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) 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; } -- 2.39.2