also hide _reflect and _alpha texture files
This commit is contained in:
parent
bb104da06f
commit
370cc40d7f
|
|
@ -713,6 +713,8 @@ bool texture_name_ignore(const char* name)
|
||||||
endswith(strTemp.c_str(), "_gloss") ||
|
endswith(strTemp.c_str(), "_gloss") ||
|
||||||
endswith(strTemp.c_str(), "_pants") ||
|
endswith(strTemp.c_str(), "_pants") ||
|
||||||
endswith(strTemp.c_str(), "_shirt") ||
|
endswith(strTemp.c_str(), "_shirt") ||
|
||||||
|
endswith(strTemp.c_str(), "_reflect") ||
|
||||||
|
endswith(strTemp.c_str(), "_alpha") ||
|
||||||
0;
|
0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user