diff options
| author | Rémi Verschelde | 2017-09-17 12:53:48 +0200 |
|---|---|---|
| committer | GitHub | 2017-09-17 12:53:48 +0200 |
| commit | c74bab66aaaef355ef8ac8d7e1a249509fad544e (patch) | |
| tree | acb761bb28562f1f40e0e5736a9c79e91b4b7fb1 /editor/editor_node.h | |
| parent | a1b4e4c607acb09c13bdf1b9609f2d45c4b01e15 (diff) | |
| parent | 072e379ffe7f0d8adc2ac0eb700abfd7c27d8278 (diff) | |
| download | godot-c74bab66aaaef355ef8ac8d7e1a249509fad544e.tar.gz godot-c74bab66aaaef355ef8ac8d7e1a249509fad544e.tar.zst godot-c74bab66aaaef355ef8ac8d7e1a249509fad544e.zip | |
Diffstat (limited to 'editor/editor_node.h')
| -rw-r--r-- | editor/editor_node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h index f1cdb7b89..33031e563 100644 --- a/editor/editor_node.h +++ b/editor/editor_node.h @@ -715,7 +715,7 @@ public: void show_warning(const String &p_text, const String &p_title = "Warning!"); - Error export_preset(const String &p_platform, const String &p_path, bool p_debug, const String &p_password, bool p_quit_after = false); + Error export_preset(const String &p_preset, const String &p_path, bool p_debug, const String &p_password, bool p_quit_after = false); static void register_editor_types(); static void unregister_editor_types(); |
