summaryrefslogtreecommitdiff
path: root/palettes.h
diff options
context:
space:
mode:
Diffstat (limited to 'palettes.h')
-rw-r--r--palettes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/palettes.h b/palettes.h
index 97b9e94..3808f0c 100644
--- a/palettes.h
+++ b/palettes.h
@@ -23,7 +23,7 @@
typedef struct {
int number;
char name[flam3_name_len];
- unsigned char colors[256][3];
+ double colors[256][3];
} lib_palette;
#include "vector.h"