bo-rect: One step too far...

Fixes a1-rasterisation-rectangles.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2011-08-13 10:59:12 +01:00
parent 4862aadb0f
commit 9d5d46e846

View file

@ -163,7 +163,7 @@ rectangle_pop_stop (sweep_line_t *sweep)
tail = elements[sweep->stop_size--];
if (sweep->stop_size == 0) {
tail = NULL;
elements[PQ_FIRST_ENTRY] = NULL;
return;
}