summaryrefslogtreecommitdiff
path: root/include/fitz/shade.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fitz/shade.h')
-rw-r--r--include/fitz/shade.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fitz/shade.h b/include/fitz/shade.h
index 6687d42c..02a3a8f3 100644
--- a/include/fitz/shade.h
+++ b/include/fitz/shade.h
@@ -13,7 +13,7 @@ struct fz_shade_s
float background[FZ_MAXCOLORS];
int usefunction;
- float function[512][FZ_MAXCOLORS];
+ float function[256][FZ_MAXCOLORS];
int meshlen;
int meshcap;