mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 04:12:09 +02:00
Merge pull request #6306 from jherico/barney
Fix ability to enable mappings parsed from JSON in JS
This commit is contained in:
commit
f4cc8c4c2e
1 changed files with 1 additions and 0 deletions
|
@ -1029,6 +1029,7 @@ Mapping::Pointer UserInputMapper::parseMapping(const QJsonValue& json) {
|
|||
}
|
||||
mapping->routes.push_back(route);
|
||||
}
|
||||
_mappingsByName[mapping->name] = mapping;
|
||||
return mapping;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue