diff options
Diffstat (limited to 'src/mesa/swrast/s_context.c')
-rw-r--r-- | src/mesa/swrast/s_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_context.c b/src/mesa/swrast/s_context.c index 6a25be68f5d..9e429aef857 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; } |