Skip to content
Snippets Groups Projects
Commit f41ee7cd authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard
Browse files

wined3d: Capture the correct scissor rectangle.

This bug was originally introduced by
d4b63bbd, and then propagated by
1f029a30.
parent 2381c952
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment