diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/doom/i_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/doom/i_video.c b/apps/plugins/doom/i_video.c index 58be699..f0aacc4 100644 --- a/apps/plugins/doom/i_video.c +++ b/apps/plugins/doom/i_video.c @@ -667,7 +667,7 @@ void I_FinishUpdate (void) { int y; - for (y = 0; y < SCREENHEIGHT; y++) + for (y = 1; y <= SCREENHEIGHT; y++) { fb_data *dst = rb->lcd_framebuffer + LCD_WIDTH - y; count = SCREENWIDTH; |