wined3d: Capture the correct scissor rectangle.
This bug was originally introduced byd4b63bbd87
, and then propagated by1f029a30db
.
This commit is contained in:
parent
2381c9529d
commit
f41ee7cd0a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue