wined3d: Use draw_binding in arbfp_blit_surface().

This commit is contained in:
Henri Verbeet 2011-08-23 20:08:09 +02:00 committed by Alexandre Julliard
parent e57b20c215
commit 317d76abb4
1 changed files with 1 additions and 1 deletions

View File

@ -7247,7 +7247,7 @@ HRESULT arbfp_blit_surface(struct wined3d_device *device, DWORD filter,
context_release(context); context_release(context);
surface_modify_location(dst_surface, SFLAG_INDRAWABLE, TRUE); surface_modify_location(dst_surface, dst_surface->draw_binding, TRUE);
return WINED3D_OK; return WINED3D_OK;
} }