mat.cxx: fix an error reported by Valgrind

This commit is contained in:
Christian Schmitt 2012-09-19 10:10:14 +02:00
parent d6e18c8a35
commit 81ef922f02

View File

@ -239,7 +239,7 @@ SGMaterial::read_properties(const SGReaderWriterOptions* options,
bool dds_mask = (ompath.lower_extension() == "dds");
if (dds[i] != dds_mask) {
if (i < dds.size() && dds[i] != dds_mask) {
// Texture format does not match mask format. This is relevant for
// the object mask, as DDS textures have an origin at the bottom
// left rather than top left. Therefore we flip a copy of the image