diff options
Diffstat (limited to 'Source/Core/VideoCommon/VertexManagerBase.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VertexManagerBase.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/VideoCommon/VertexManagerBase.cpp b/Source/Core/VideoCommon/VertexManagerBase.cpp index 8ccf9865e5..f32ac72b0a 100644 --- a/Source/Core/VideoCommon/VertexManagerBase.cpp +++ b/Source/Core/VideoCommon/VertexManagerBase.cpp @@ -106,9 +106,6 @@ DataReader VertexManagerBase::PrepareForAdditionalData(int primitive, u32 count, // Have to update the rasterization state for point/line cull modes. m_current_primitive_type = new_primitive_type; - RasterizationState raster_state = {}; - raster_state.Generate(bpmem, new_primitive_type); - g_renderer->SetRasterizationState(raster_state); SetRasterizationStateChanged(); } |
