You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fixed 'nonexistent action' errors spammed at startup on OSX
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user