wined3d: Remove a wrong return.

This commit is contained in:
Stefan Dösinger 2007-11-02 21:31:09 +01:00 committed by Alexandre Julliard
parent 7c97b80193
commit 1367e00750
1 changed files with 0 additions and 1 deletions

View File

@ -3642,7 +3642,6 @@ static HRESULT WINAPI IWineD3DSurfaceImpl_LoadLocation(IWineD3DSurface *iface, D
LEAVE_GL();
TRACE("Updated target %d\n", This->glDescription.target);
return WINED3D_OK;
} else {
/* The only place where LoadTexture() might get called when isInDraw=1
* is ActivateContext where lastActiveRenderTarget is preloaded.