fix in StateSet.cpp

the State::DefineMap::changed flag is not resetted to false after currentDefines are updated
This commit is contained in:
Julien Valentin 2016-06-29 16:53:26 +02:00 committed by Robert Osfield
parent 990c04d4b9
commit 98b81821fb

View File

@ -1843,6 +1843,7 @@ bool State::DefineMap::updateCurrentDefines()
}
}
}
changed = false;
return true;
}
else