diff options
Diffstat (limited to 'src/resources/dye.cpp')
-rw-r--r-- | src/resources/dye.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/dye.cpp b/src/resources/dye.cpp index df26ec1b7..cfa796fec 100644 --- a/src/resources/dye.cpp +++ b/src/resources/dye.cpp @@ -51,7 +51,7 @@ DyePalette::DyePalette(const std::string &description, int8_t blockSize) {0, 0, 0, 0} }; - for (int i = 0, colorIdx = 0; i < blockSize && colorIdx < dyePalateSize; + for (int i = 0, colorIdx = 0; i < blockSize && colorIdx < 4; i +=2, colorIdx ++) { color.value[colorIdx] = static_cast<unsigned char>(( |