瀏覽代碼

fix cast

tags/mesa_3_5
Alan Hourihane 25 年之前
父節點
當前提交
92eac1c765
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      progs/samples/sphere.c

+ 1
- 1
progs/samples/sphere.c 查看文件

@@ -692,7 +692,7 @@ void Init(void)
float lmodel_twoside[] = {GL_TRUE};
int w, h;
GLenum format;
char *image;
GLubyte *image;

printf("GL_RENDERER = %s\n", (char *) glGetString(GL_RENDERER));


Loading…
取消
儲存