From 4421e3ebe50a760cc0df6256d318d44b350479dd Mon Sep 17 00:00:00 2001 From: Roderick Colenbrander Date: Tue, 19 Aug 2008 20:21:37 +0000 Subject: [PATCH] wined3d: Fix BltOverride regression. --- dlls/wined3d/surface.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/wined3d/surface.c b/dlls/wined3d/surface.c index 5e5303ddb85..a1149215345 100644 --- a/dlls/wined3d/surface.c +++ b/dlls/wined3d/surface.c @@ -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) {