Commit f41ee7cd authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Capture the correct scissor rectangle.

This bug was originally introduced by d4b63bbd, and then propagated by 1f029a30.
parent 2381c952
...@@ -757,7 +757,7 @@ static HRESULT WINAPI IWineD3DStateBlockImpl_Capture(IWineD3DStateBlock *iface) ...@@ -757,7 +757,7 @@ static HRESULT WINAPI IWineD3DStateBlockImpl_Capture(IWineD3DStateBlock *iface)
{ {
TRACE("Updating scissor rect.\n"); TRACE("Updating scissor rect.\n");
targetStateBlock->scissorRect = This->scissorRect; This->scissorRect = targetStateBlock->scissorRect;
} }
map = This->changed.streamSource; map = This->changed.streamSource;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment