Removing code analysis warnings

Start cleaning RenderEngine
This commit is contained in:
Alexander Bock
2017-02-26 23:45:39 -05:00
parent 6704491fdc
commit 283c83e37c
22 changed files with 68 additions and 59 deletions
@@ -242,7 +242,7 @@ void ProjectionComponent::initialize(const ghoul::Dictionary& dictionary) {
if (foundSequence) {
sequenceSource = absPath(sequenceSource);
foundSequence = dictionary.getValue(keySequenceType, sequenceType);
dictionary.getValue(keySequenceType, sequenceType);
//Important: client must define translation-list in mod file IFF playbook
if (dictionary.hasKey(keyTranslation)) {
ghoul::Dictionary translationDictionary;