diff options
author | Brian Paul <[email protected]> | 2003-09-18 22:25:31 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-09-18 22:25:31 +0000 |
commit | 87f858dd7cbca2280c983c77a239013a187c3e9a (patch) | |
tree | 5ee94b093edcf29094098706d4a6ec66d632880b /src/mesa/swrast/s_aatritemp.h | |
parent | e4b40a7cf154eddc59f1b11821a7664b0b95e7cf (diff) |
s/_backface_sign/_BackfaceSign/
Diffstat (limited to 'src/mesa/swrast/s_aatritemp.h')
-rw-r--r-- | src/mesa/swrast/s_aatritemp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_aatritemp.h b/src/mesa/swrast/s_aatritemp.h index ac7829ebfc6..2fb66faf72c 100644 --- a/src/mesa/swrast/s_aatritemp.h +++ b/src/mesa/swrast/s_aatritemp.h @@ -82,7 +82,7 @@ GLfloat texWidth[MAX_TEXTURE_COORD_UNITS]; GLfloat texHeight[MAX_TEXTURE_COORD_UNITS]; #endif - GLfloat bf = SWRAST_CONTEXT(ctx)->_backface_sign; + GLfloat bf = SWRAST_CONTEXT(ctx)->_BackfaceSign; INIT_SPAN(span, GL_POLYGON, 0, 0, SPAN_COVERAGE); |