소스 검색

another typo

tags/mesa_3_3
Keith Whitwell 26 년 전
부모
커밋
04c43deb54
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      src/mesa/main/attrib.c

+ 2
- 2
src/mesa/main/attrib.c 파일 보기

@@ -1,4 +1,4 @@
/* $Id: attrib.c,v 1.12 1999/11/22 18:28:39 brianp Exp $ */
/* $Id: attrib.c,v 1.13 1999/11/23 21:15:37 keithw Exp $ */

/*
* Mesa 3-D graphics library
@@ -585,7 +585,7 @@ void gl_PopAttrib( GLcontext* ctx )
(*ctx->Driver.Fogfv)( ctx, GL_FOG_INDEX, &index );
(*ctx->Driver.Fogfv)( ctx, GL_FOG_COLOR, ctx->Fog.Color );
}
ctx->Enabled &= ENABLE_FOG;
ctx->Enabled &= ~ENABLE_FOG;
if (ctx->Fog.Enabled) ctx->Enabled |= ENABLE_FOG;
}
break;

Loading…
취소
저장