wined3d: Capture the correct scissor rectangle.

This bug was originally introduced by
d4b63bbd87, and then propagated by
1f029a30db.
This commit is contained in:
Henri Verbeet 2010-04-05 21:10:16 +02:00 committed by Alexandre Julliard
parent 2381c9529d
commit f41ee7cd0a
1 changed files with 1 additions and 1 deletions

View File

@ -757,7 +757,7 @@ static HRESULT WINAPI IWineD3DStateBlockImpl_Capture(IWineD3DStateBlock *iface)
{
TRACE("Updating scissor rect.\n");
targetStateBlock->scissorRect = This->scissorRect;
This->scissorRect = targetStateBlock->scissorRect;
}
map = This->changed.streamSource;