diff --git a/include/gfx/main.hpp b/include/gfx/main.hpp index fcf25769..f5e16033 100644 --- a/include/gfx/main.hpp +++ b/include/gfx/main.hpp @@ -38,7 +38,7 @@ struct Options { uint16_t height; } inputSlice{0, 0, 0, 0}; // -L (margins in clockwise order, like CSS) std::array maxNbTiles{UINT16_MAX, 0}; // -N - uint8_t nbPalettes = 8; // -n + uint16_t nbPalettes = 8; // -n std::string output{}; // -o std::string palettes{}; // -p, -P std::string palmap{}; // -q, -Q