mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
Fix Controller.Actions not returning correct values
This commit is contained in:
parent
56b3ac8c89
commit
8350dc47f4
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ controller::ScriptingInterface::ScriptingInterface() {
|
|||
|
||||
// Expose the IDs to JS
|
||||
QString cleanActionName = QString(actionName).remove(SANITIZE_NAME_EXPRESSION);
|
||||
_actions.insert(cleanActionName, actionInput.getID());
|
||||
_actions.insert(cleanActionName, actionInput.getChannel());
|
||||
}
|
||||
|
||||
updateMaps();
|
||||
|
|
Loading…
Reference in a new issue