add point_sprite flag to rasterizer state

This commit is contained in:
Brian
2007-10-22 11:41:31 -06:00
parent 34abb93ea1
commit cd4d732773
2 changed files with 2 additions and 0 deletions

View File

@@ -188,6 +188,7 @@ static void update_raster_state( struct st_context *st )
*/
raster.point_size = ctx->Point.Size;
raster.point_smooth = ctx->Point.SmoothFlag;
raster.point_sprite = ctx->Point.PointSprite;
/* _NEW_LINE
*/