# HG changeset patch # User Michael Pavone # Date 1564797073 25200 # Node ID 041a381b9f0d71fbcbddf2d5aef196b0a186f8dd # Parent 45be49d3a98b381c47648666c4059fe75a04c08e Fix regression in sprite rendering in H32 mode diff -r 45be49d3a98b -r 041a381b9f0d vdp.c --- a/vdp.c Sun Jul 28 10:35:15 2019 -0700 +++ b/vdp.c Fri Aug 02 18:51:13 2019 -0700 @@ -2803,6 +2803,7 @@ //filled rather than the number of available slots //context->slot_counter = MAX_SPRITES_LINE - context->slot_counter; context->cur_slot = context->slot_counter; + context->sprite_x_offset = 0; context->sprite_draws = MAX_SPRITES_LINE_H32; CHECK_LIMIT COLUMN_RENDER_BLOCK(2, 1)