mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-12-28 00:18:23 +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
@ -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…
Reference in New Issue
Block a user