mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
Remove redundant assignment in RSXThread.
This is assigned the same value further down the function.
This commit is contained in:
parent
c00850c4c5
commit
4db1f49aaf
1 changed files with 0 additions and 1 deletions
|
@ -450,7 +450,6 @@ protected:
|
|||
m_set_scissor_horizontal = false;
|
||||
m_set_scissor_vertical = false;
|
||||
m_set_front_polygon_mode = false;
|
||||
m_clear_surface_mask = 0;
|
||||
m_set_blend_sfactor = false;
|
||||
m_set_blend_dfactor = false;
|
||||
m_set_stencil_mask = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue