Remove redundant assignment in RSXThread.

This is assigned the same value further down the function.
This commit is contained in:
lioncash 2014-03-24 08:53:34 -04:00
parent c00850c4c5
commit 4db1f49aaf

View File

@ -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;