wined3d: Use draw_binding in IWineD3DSurfaceImpl_BltOverride().

oldstable
Henri Verbeet 2011-08-24 22:08:41 +02:00 committed by Alexandre Julliard
parent 82b3d35b73
commit 1ae498dc59
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}