Ver código fonte

* Fix badly initialised data in the gamma test.

tags/v0.99.beta14
Sam Hocevar sam 18 anos atrás
pai
commit
4ed8de10ac
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      test/gamma.c

+ 1
- 1
test/gamma.c Ver arquivo

@@ -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))


Carregando…
Cancelar
Salvar