diff options
| author | Ruslan Mustakov | 2017-08-14 20:15:06 +0700 |
|---|---|---|
| committer | Ruslan Mustakov | 2017-08-14 20:15:06 +0700 |
| commit | ad457976fcfc88c90fb12aa85843ef40119764e3 (patch) | |
| tree | 0d33b2015c9425b30f73c3365ffb934211dfb2ba /editor/editor_node.h | |
| parent | 9575dbdf788e8a5154b3ec2f66913e731ac02850 (diff) | |
| download | godot-ad457976fcfc88c90fb12aa85843ef40119764e3.tar.gz godot-ad457976fcfc88c90fb12aa85843ef40119764e3.tar.zst godot-ad457976fcfc88c90fb12aa85843ef40119764e3.zip | |
Diffstat (limited to 'editor/editor_node.h')
| -rw-r--r-- | editor/editor_node.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h index a440aaa1e..8fd905527 100644 --- a/editor/editor_node.h +++ b/editor/editor_node.h @@ -539,7 +539,7 @@ private: } struct ExportDefer { - String platform; + String preset; String path; bool debug; String password; @@ -742,7 +742,7 @@ public: void show_warning(const String &p_text, const String &p_title = "Warning!"); - Error export_platform(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_platform, 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(); |
