only check for lines left, not tiles, when starting render

This commit is contained in:
2019-01-03 14:12:33 +01:00
parent fa38bc45e9
commit 06d426ff3b

View File

@@ -446,9 +446,7 @@ LCDStatInterruptHandler:
; check there are tiles to render
ldh a, [LinesLeft]
ld b, a
ldh a, [TilesLeft]
or b
or a
jr z, .exit
push de