From: Elizabeth Figura <zfigura(a)codeweavers.com> Fixes: 72fad4abe37a79c8e1f538006b1cc5a690b2176c --- dlls/wined3d/stateblock.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/wined3d/stateblock.c b/dlls/wined3d/stateblock.c index a5c047be9dd..1407565aed5 100644 --- a/dlls/wined3d/stateblock.c +++ b/dlls/wined3d/stateblock.c @@ -326,6 +326,7 @@ void CDECL wined3d_stateblock_primary_dirtify_all_states(struct wined3d_device * states->ffp_ps_settings = 1; states->rasterizer_state = 1; states->position_transformed = 1; + states->bumpenv_constants = 1; list_init(&stateblock->changed.changed_lights); RB_FOR_EACH_ENTRY(light, lights_tree, struct wined3d_light_info, entry) -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/7520