Fix shader resource usage warning when drawing grid gizmo after selection outline

#2808
This commit is contained in:
Wojtek Figat
2024-08-05 18:18:02 +02:00
parent 57d5937bcb
commit 117178f547

View File

@@ -326,6 +326,7 @@ void RenderList::RunCustomPostFxPass(GPUContext* context, RenderContext& renderC
Swap(input, output);
}
context->ResetRenderTarget();
context->ResetSR();
}
}
}