diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2022-01-12 17:42:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-12 17:42:31 +0100 |
| commit | 2f3a6fb55dd5331f7c26a3a09434ca019479cb20 (patch) | |
| tree | 64a4c314b604bccedee2f3e8202b94e523f4dc7a /editor/action_map_editor.h | |
| parent | f927fee49a0df9fa8d502597a9349d0d5c5e5b4a (diff) | |
| parent | 5737e7dd2dac03e04d1c17cb1f4afedc956b48e2 (diff) | |
Merge pull request #56302 from madmiraal/fix-54698
Diffstat (limited to 'editor/action_map_editor.h')
| -rw-r--r-- | editor/action_map_editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/action_map_editor.h b/editor/action_map_editor.h index cf2d871469..e61d1a334a 100644 --- a/editor/action_map_editor.h +++ b/editor/action_map_editor.h @@ -168,6 +168,7 @@ private: void _event_config_confirmed(); void _add_action_pressed(); + bool _has_action(const String &p_name) const; void _add_action(const String &p_name); void _action_edited(); |