mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 04:03:35 +02:00
Fix ability to enable mappings parsed from JSON in JS
This commit is contained in:
parent
b366011d22
commit
18d2b184dc
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);
|
mapping->routes.push_back(route);
|
||||||
}
|
}
|
||||||
|
_mappingsByName[mapping->name] = mapping;
|
||||||
return mapping;
|
return mapping;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue