Hi,
here is the fix. Could you check and commit it, Brian ??
- Holger
*** render_tmp.h.old Thu Mar 16 17:33:44 2000
--- render_tmp.h Thu Mar 16 17:51:00 2000
***************
*** 88,94 ****
RENDER_LINE( j-1, j );
}
! VB->ctx->StippleCounter = 0;
POSTFIX;
}
--- 88,96 ----
RENDER_LINE( j-1, j );
}
! if (VB->Flag[count] & VERT_END)
! VB->ctx->StippleCounter = 0;
!
POSTFIX;
}
***************
*** 109,117 ****
if (VB->Flag[count] & VERT_END) {
RENDER_LINE( i-1, start );
}
- VB->ctx->StippleCounter = 0;
POSTFIX;
}
--- 111,119 ----
if (VB->Flag[count] & VERT_END) {
RENDER_LINE( i-1, start );
+ VB->ctx->StippleCounter = 0;
}
POSTFIX;
}