Skip to content
Snippets Groups Projects
Commit fac37062 authored by Fernando Sahmkow's avatar Fernando Sahmkow Committed by ReinUsesLisp
Browse files

gl_texture_cache: Correct Image Blit

parent 7232a1ed
No related branches found
No related tags found
No related merge requests found
......@@ -479,7 +479,7 @@ void TextureCacheOpenGL::ImageBlit(View& src_view, View& dst_view,
OpenGLState state;
state.draw.read_framebuffer = src_framebuffer.handle;
state.draw.draw_framebuffer = dst_framebuffer.handle;
state.ApplyFramebufferState();
state.Apply();
u32 buffers{};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment