summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/video_core/renderer_opengl/gl_rasterizer_cache.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/renderer_opengl/gl_rasterizer_cache.cpp b/src/video_core/renderer_opengl/gl_rasterizer_cache.cpp
index 8a0ed964a..1cb77aaf2 100644
--- a/src/video_core/renderer_opengl/gl_rasterizer_cache.cpp
+++ b/src/video_core/renderer_opengl/gl_rasterizer_cache.cpp
@@ -937,7 +937,6 @@ void CachedSurface::FlushGLBuffer() {
937 if (params.target == SurfaceParams::SurfaceTarget::Texture2D) { 937 if (params.target == SurfaceParams::SurfaceTarget::Texture2D) {
938 // TODO(Blinkhawk): Eliminate this condition once all texture types are implemented. 938 // TODO(Blinkhawk): Eliminate this condition once all texture types are implemented.
939 depth = 1U; 939 depth = 1U;
940 block_depth = 1U;
941 } 940 }
942 gl_to_morton_fns[static_cast<size_t>(params.pixel_format)]( 941 gl_to_morton_fns[static_cast<size_t>(params.pixel_format)](
943 params.width, params.block_height, params.height, block_depth, depth, gl_buffer.data(), 942 params.width, params.block_height, params.height, block_depth, depth, gl_buffer.data(),