浏览代码

fixed RBGA ifdef typo

tags/mesa_3_5
Brian Paul 24 年前
父节点
当前提交
ca8c6a0337
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/mesa/drivers/common/t_dd_vertex.h

+ 1
- 1
src/mesa/drivers/common/t_dd_vertex.h 查看文件

@@ -25,7 +25,7 @@
* Keith Whitwell <keithw@valinux.com>
*/

#if (COLOR_IS_RBGA)
#ifdef COLOR_IS_RGBA
typedef struct {
GLubyte red;
GLubyte green;

正在加载...
取消
保存