diff options
Diffstat (limited to 'src/mesa/swrast/s_points.c')
-rw-r--r-- | src/mesa/swrast/s_points.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_points.c b/src/mesa/swrast/s_points.c index 4e44f67e6b..5879bccf1e 100644 --- a/src/mesa/swrast/s_points.c +++ b/src/mesa/swrast/s_points.c @@ -246,7 +246,7 @@ _swrast_choose_point( GLcontext *ctx ) /* textured */ USE(textured_rgba_point); } - else if (ctx->Point.Size != 1.0) { + else if (ctx->Point._Size != 1.0) { /* large points */ if (rgbMode) { USE(general_rgba_point); |