Sfoglia il codice sorgente

* Fix badly initialised data in the gamma test.

tags/v0.99.beta14
Sam Hocevar sam 18 anni fa
parent
commit
4ed8de10ac
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      test/gamma.c

+ 1
- 1
test/gamma.c Vedi File

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


Caricamento…
Annulla
Salva