소스 검색

indentation fix

tags/vtx-0-2-21112003-freeze
Brian Paul 22 년 전
부모
커밋
d620015abd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/mesa/swrast/s_drawpix.c

+ 1
- 1
src/mesa/swrast/s_drawpix.c 파일 보기

@@ -727,7 +727,7 @@ draw_depth_pixels( GLcontext *ctx, GLint x, GLint y,
_swrast_write_rgba_span(ctx, &span);
}
else {
_swrast_write_index_span(ctx, &span);
_swrast_write_index_span(ctx, &span);
}
}
skipPixels += spanEnd;

Loading…
취소
저장