summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vdp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vdp.c b/vdp.c
index 6739c54..ec5735b 100644
--- a/vdp.c
+++ b/vdp.c
@@ -2803,6 +2803,7 @@ static void vdp_h32(vdp_context * context, uint32_t target_cycles)
//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)