summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_context.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/swrast/s_context.c')
-rw-r--r--src/mesa/swrast/s_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_context.c b/src/mesa/swrast/s_context.c
index 6a25be68f5..9e429aef85 100644
--- a/src/mesa/swrast/s_context.c
+++ b/src/mesa/swrast/s_context.c
@@ -135,7 +135,7 @@ _swrast_update_polygon( GLcontext *ctx )
backface_sign = 0;
}
- SWRAST_CONTEXT(ctx)->_backface_sign = backface_sign;
+ SWRAST_CONTEXT(ctx)->_BackfaceSign = backface_sign;
}