1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-06 17:25:19 +00:00

load_from_globals() -> load_from_project_settings()

This commit is contained in:
Eric M
2020-10-02 17:04:09 +10:00
parent 593e35346a
commit e5376fb129
3 changed files with 4 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ public:
bool event_get_action_status(const Ref<InputEvent> &p_event, const StringName &p_action, bool *p_pressed = nullptr, float *p_strength = nullptr) const;
const Map<StringName, Action> &get_action_map() const;
void load_from_globals();
void load_from_project_settings();
void load_default();
InputMap();