diff options
Diffstat (limited to 'src/resources/dye/dyepalette.cpp')
-rw-r--r-- | src/resources/dye/dyepalette.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/dye/dyepalette.cpp b/src/resources/dye/dyepalette.cpp index 76f82b439..28efd76ba 100644 --- a/src/resources/dye/dyepalette.cpp +++ b/src/resources/dye/dyepalette.cpp @@ -109,6 +109,7 @@ void DyePalette::hexToColor(const std::string &restrict hexStr, hexDecode(hexStr[i]) << 4) + hexDecode(hexStr[i + 1])); } + color.update(); } unsigned int DyePalette::hexDecode(const signed char c) noexcept2 |