Commit 1ae498dc authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Use draw_binding in IWineD3DSurfaceImpl_BltOverride().

parent 82b3d35b
......@@ -5565,7 +5565,7 @@ static HRESULT IWineD3DSurfaceImpl_BltOverride(struct wined3d_surface *dst_surfa
src_surface->CKeyFlags = oldCKeyFlags;
src_surface->SrcBltCKey = oldBltCKey;
surface_modify_location(dst_surface, SFLAG_INDRAWABLE, TRUE);
surface_modify_location(dst_surface, dst_surface->draw_binding, TRUE);
return WINED3D_OK;
}
......
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