Fix texpad/texpix inputs not updating (fixes CommonFilters resize issue)

This commit is contained in:
rdb 2017-06-20 19:15:12 +02:00
parent af57c829d2
commit b41496b17a
1 changed files with 3 additions and 1 deletions

View File

@ -428,7 +428,9 @@ cp_dependency(ShaderMatInput inp) {
(inp == SMO_view_to_apiclip_x)) {
dep |= SSD_shaderinputs;
if ((inp == SMO_alight_x) ||
if ((inp == SMO_texpad_x) ||
(inp == SMO_texpix_x) ||
(inp == SMO_alight_x) ||
(inp == SMO_dlight_x) ||
(inp == SMO_plight_x) ||
(inp == SMO_slight_x) ||