Skip to content
Snippets Groups Projects
Commit ef494c06 authored by Keith Whitwell's avatar Keith Whitwell
Browse files

Use Point._Size in calculation

parent 54ef8810
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment