diff options
Diffstat (limited to 'src/resources/dye.h')
-rw-r--r-- | src/resources/dye.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/dye.h b/src/resources/dye.h index b6003624b..80da36506 100644 --- a/src/resources/dye.h +++ b/src/resources/dye.h @@ -45,7 +45,7 @@ class DyePalette final * The string is either a file name or a sequence of hexadecimal RGB * values separated by ',' and starting with '#'. */ - DyePalette(const std::string &pallete, const int8_t blockSize); + DyePalette(const std::string &pallete, const uint8_t blockSize); A_DELETE_COPY(DyePalette) |