diff options
| author | Wilson E. Alvarez | 2017-09-14 13:49:11 -0400 |
|---|---|---|
| committer | Wilson E. Alvarez | 2017-09-14 13:49:15 -0400 |
| commit | 072e379ffe7f0d8adc2ac0eb700abfd7c27d8278 (patch) | |
| tree | 0271453fd6ff530f8222ca53e8a7e693a6366dbb /editor/editor_node.h | |
| parent | 8c08f2380d30e300f4f80dd292e9ff83f7bb84fd (diff) | |
| download | godot-072e379ffe7f0d8adc2ac0eb700abfd7c27d8278.tar.gz godot-072e379ffe7f0d8adc2ac0eb700abfd7c27d8278.tar.zst godot-072e379ffe7f0d8adc2ac0eb700abfd7c27d8278.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 ea74bcbd9..c0150e253 100644 --- a/editor/editor_node.h +++ b/editor/editor_node.h @@ -712,7 +712,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(); |
