Skip to content

Commit

Permalink
Merge pull request #18547 from GermanAizek/fix-render-state4
Browse files Browse the repository at this point in the history
Fixed all set render state4 after DirectXState::Restore()
  • Loading branch information
hrydgard committed Dec 14, 2023
2 parents 7634eba + 9b4cf5f commit d64b610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/GPU/D3D9/D3D9StateCache.h
Expand Up @@ -250,7 +250,7 @@ class DirectXState {
pD3Ddevice9->SetRenderState(_state1, p1);
pD3Ddevice9->SetRenderState(_state2, p2);
pD3Ddevice9->SetRenderState(_state3, p3);
pD3Ddevice9->SetRenderState(_state3, p4);
pD3Ddevice9->SetRenderState(_state4, p4);
}
};

Expand Down

0 comments on commit d64b610

Please sign in to comment.