mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 10:54:16 +01:00
[d3d9] Remove repeated wrap state setting in Reset
This commit is contained in:
parent
4cf3ef538c
commit
378bdbdfb0
@ -6575,7 +6575,6 @@ namespace dxvk {
|
||||
auto& state = ss[i];
|
||||
state[D3DSAMP_ADDRESSU] = D3DTADDRESS_WRAP;
|
||||
state[D3DSAMP_ADDRESSV] = D3DTADDRESS_WRAP;
|
||||
state[D3DSAMP_ADDRESSU] = D3DTADDRESS_WRAP;
|
||||
state[D3DSAMP_ADDRESSW] = D3DTADDRESS_WRAP;
|
||||
state[D3DSAMP_BORDERCOLOR] = 0x00000000;
|
||||
state[D3DSAMP_MAGFILTER] = D3DTEXF_POINT;
|
||||
|
Loading…
x
Reference in New Issue
Block a user