diff --git a/app/src/main/cpp/skyline/gpu/interconnect/maxwell_3d/active_state.cpp b/app/src/main/cpp/skyline/gpu/interconnect/maxwell_3d/active_state.cpp index 2b596d91..6d3277db 100644 --- a/app/src/main/cpp/skyline/gpu/interconnect/maxwell_3d/active_state.cpp +++ b/app/src/main/cpp/skyline/gpu/interconnect/maxwell_3d/active_state.cpp @@ -187,7 +187,7 @@ namespace skyline::gpu::interconnect::maxwell3d { if (*view) { ctx.executor.AttachBuffer(*view); - // view.GetBuffer()->MarkGpuDirty(); + view->GetBuffer()->MarkGpuDirty(); builder.SetTransformFeedbackBuffer(index, *view); return; } else {