summaryrefslogtreecommitdiff
path: root/src/video_core/engines
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/engines')
-rw-r--r--src/video_core/engines/maxwell_3d.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/engines/maxwell_3d.cpp b/src/video_core/engines/maxwell_3d.cpp
index cfa98f528..d499aaa8d 100644
--- a/src/video_core/engines/maxwell_3d.cpp
+++ b/src/video_core/engines/maxwell_3d.cpp
@@ -568,7 +568,6 @@ void Maxwell3D::FinishCBData() {
568 568
569 const u32 id = cb_data_state.id; 569 const u32 id = cb_data_state.id;
570 memory_manager.WriteBlock(address, cb_data_state.buff[id].data(), size); 570 memory_manager.WriteBlock(address, cb_data_state.buff[id].data(), size);
571 dirty.ResetRenderTargets();
572 571
573 cb_data_state.id = null_cb_data; 572 cb_data_state.id = null_cb_data;
574 cb_data_state.current = null_cb_data; 573 cb_data_state.current = null_cb_data;