summaryrefslogtreecommitdiff
path: root/src/resources/dye/dyepalette_replacesoglcolor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/dye/dyepalette_replacesoglcolor.cpp')
-rw-r--r--src/resources/dye/dyepalette_replacesoglcolor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/dye/dyepalette_replacesoglcolor.cpp b/src/resources/dye/dyepalette_replacesoglcolor.cpp
index a23c64f1f..f4bd31dd0 100644
--- a/src/resources/dye/dyepalette_replacesoglcolor.cpp
+++ b/src/resources/dye/dyepalette_replacesoglcolor.cpp
@@ -238,7 +238,7 @@ void DyePalette::replaceSOGLColorAvx2(uint32_t *restrict pixels,
STD_VECTOR<DyeColor>::const_iterator it = mColors.begin();
while (it != it_end)
{
- const DyeColor &col = *it;
+ const DyeColor &col = *it;
++ it;
const DyeColor &col2 = *it;