Commit 8063d4cf authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Initialize "type.padding" in arbfp_blit_set() (Valgrind).

parent ca00d72d
......@@ -7715,6 +7715,7 @@ static HRESULT arbfp_blit_set(void *blit_priv, struct wined3d_context *context,
}
type.fixup = fixup;
type.use_color_key = !!color_key;
type.padding = 0;
entry = wine_rb_get(&priv->shaders, &type);
if (entry)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment