浏览代码

* Fix badly initialised data in the gamma test.

tags/v0.99.beta14
Sam Hocevar sam 18 年前
父节点
当前提交
4ed8de10ac
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      test/gamma.c

+ 1
- 1
test/gamma.c 查看文件

@@ -87,7 +87,7 @@ int main(void)
cucul_get_canvas_height(cw), right, buffer);

/* Draw something on the mask */
cucul_set_color(cv, CUCUL_COLOR_LIGHTGRAY, CUCUL_COLOR_BLACK);
cucul_set_color(mask, CUCUL_COLOR_LIGHTGRAY, CUCUL_COLOR_BLACK);
cucul_clear_canvas(mask);
cucul_set_color(mask, CUCUL_COLOR_WHITE, CUCUL_COLOR_WHITE);
cucul_fill_ellipse(mask, (1.0 + sin(0.05 * (float)x))


正在加载...
取消
保存