mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 19:59:08 +02:00
Revert "Fix Controller.Actions not returning correct values"
This reverts commit 8350dc47f4
.
This commit is contained in:
parent
68735763df
commit
f6c0a451de
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.getChannel());
|
||||
_actions.insert(cleanActionName, actionInput.getID());
|
||||
}
|
||||
|
||||
updateMaps();
|
||||
|
|
Loading…
Reference in a new issue