Skip to content

Commit

Permalink
small bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
badda71 committed Apr 30, 2020
1 parent a9a995d commit 59a1ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drawing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2059,7 +2059,7 @@ static _INLINE_ void finish_drawing_frame (void)
if (where >= GFXVIDINFO_HEIGHT)
break;
//#endif
if (where == -1)
if (where < 0)
continue;
pfield_draw_line (line, where, amiga2aspect_line_map[i1 + 1]);
}
Expand Down

0 comments on commit 59a1ecb

Please sign in to comment.