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 scrawl
parent 168212f383
commit ad0a73273c

View File

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