Skip to content

Commit

Permalink
Fixed all set render state4 after DirectXState::Restore()
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanAizek committed Dec 14, 2023
1 parent 6040290 commit 9b4cf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/GPU/D3D9/D3D9StateCache.h
Original file line number Diff line number Diff line change
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 9b4cf5f

Please sign in to comment.