Skip to content
Snippets Groups Projects
Commit 054e3964 authored by Lioncash's avatar Lioncash
Browse files

gl_rasterizer_cache: Remove unnecessary newline

parent e25c464c
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,6 @@ using PixelFormat = VideoCore::Surface::PixelFormat;
using ComponentType = VideoCore::Surface::ComponentType;
struct SurfaceParams {
enum class SurfaceClass {
Uploaded,
RenderTarget,
......@@ -185,7 +184,6 @@ struct SurfaceParams {
if (bd == 32) {
const u32 bh = MipBlockHeight(mip_level);
if (bh >= 4) {
return 16;
}
......
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