Remove left edge set.

This commit is contained in:
Brandon Wright 2018-05-22 15:22:12 -05:00
parent d7492f1804
commit eabfc07c1d
1 changed files with 0 additions and 1 deletions

View File

@ -1798,7 +1798,6 @@ static void DrawBackgroundOffsetMosaic (int bg, uint8 Zh, uint8 Zl, int VOffOff)
// SNES cannot do OPT for leftmost tile column // SNES cannot do OPT for leftmost tile column
VOffset = LineData[Y].BG[bg].VOffset; VOffset = LineData[Y].BG[bg].VOffset;
HOffset = LineHOffset; HOffset = LineHOffset;
left_edge = FALSE;
} }
else else
{ {