wined3d: Fix BltOverride regression.

This commit is contained in:
Roderick Colenbrander 2008-08-19 20:21:37 +00:00 committed by Alexandre Julliard
parent 2dedf4c097
commit 4421e3ebe5
1 changed files with 0 additions and 1 deletions

View File

@ -3436,7 +3436,6 @@ static HRESULT IWineD3DSurfaceImpl_BltOverride(IWineD3DSurfaceImpl *This, RECT *
/* Activate the destination context, set it up for blitting */
myDevice->activeContext->last_was_blit = FALSE;
ActivateContext(myDevice, (IWineD3DSurface *) This, CTXUSAGE_BLIT);
if(!dstSwapchain) {