Przeglądaj źródła

* Fix badly initialised data in the gamma test.

tags/v0.99.beta14
Sam Hocevar sam 18 lat temu
rodzic
commit
4ed8de10ac
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      test/gamma.c

+ 1
- 1
test/gamma.c Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz