Fix: Overlay-Next: Assert caused by unreleased texture

This commit is contained in:
Clément Foucault
2024-10-17 18:23:35 +02:00
parent 1e55d034a1
commit a4ef779abe

View File

@@ -212,6 +212,10 @@ class Wireframe {
GPU_framebuffer_bind(framebuffer);
manager.submit(wireframe_ps_, view);
if (do_depth_copy_workaround_) {
tmp_depth_tx_.release();
}
}
private: