From eabfc07c1d1ddebdad61521eab3319a63c66c28a Mon Sep 17 00:00:00 2001 From: Brandon Wright Date: Tue, 22 May 2018 15:22:12 -0500 Subject: [PATCH] Remove left edge set. --- gfx.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/gfx.cpp b/gfx.cpp index 7849a600..4db1c4ec 100644 --- a/gfx.cpp +++ b/gfx.cpp @@ -1798,7 +1798,6 @@ static void DrawBackgroundOffsetMosaic (int bg, uint8 Zh, uint8 Zl, int VOffOff) // SNES cannot do OPT for leftmost tile column VOffset = LineData[Y].BG[bg].VOffset; HOffset = LineHOffset; - left_edge = FALSE; } else {