Fix texpad/texpix inputs not updating (fixes CommonFilters resize issue)
This commit is contained in:
parent
af57c829d2
commit
b41496b17a
|
|
@ -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) ||
|
||||
|
|
|
|||
Loading…
Reference in New Issue