libgambatte/ppu: fix broken indentation
probably introduced in 9f04bbc226d7cc3c0e64b90a4051bb2dd08eed41
This commit is contained in:
parent
a78bcffac6
commit
5b4aa5cdd2
@ -1068,7 +1068,7 @@ namespace Tile {
|
|||||||
if ((p.winDrawState & WIN_DRAW_START) && handleWinDrawStartReq(p))
|
if ((p.winDrawState & WIN_DRAW_START) && handleWinDrawStartReq(p))
|
||||||
return StartWindowDraw::f0(p);
|
return StartWindowDraw::f0(p);
|
||||||
|
|
||||||
doFullTilesUnrolled(p);
|
doFullTilesUnrolled(p);
|
||||||
|
|
||||||
if (p.xpos == 168) {
|
if (p.xpos == 168) {
|
||||||
++p.cycles;
|
++p.cycles;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user