Fixed #225 by fixing the READER.

This commit is contained in:
Matthias Koefferlein 2019-01-16 23:12:47 +01:00
parent e5925dfa1d
commit b6eeb4bef3
1 changed files with 0 additions and 2 deletions

View File

@ -726,8 +726,6 @@ DitherPatternInfo::from_strings (const std::vector<std::string> &strv)
uint_from_string (strv [strv.size () - 1 - i].c_str (), data [i], w);
}
std::reverse (&data[0], &data[h]);
set_pattern (data, w, h);
}