Fixed 'nonexistent action' errors spammed at startup on OSX
This commit is contained in:
parent
a930472319
commit
d91e915d79
2 changed files with 3 additions and 3 deletions
|
|
@ -694,7 +694,7 @@ void InputMap::load_default() {
|
|||
|
||||
// For the editor, only add keyboard actions.
|
||||
if (iek.is_valid()) {
|
||||
action_add_event(fullname, I->get());
|
||||
action_add_event(name, I->get());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue