aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_node.h
diff options
context:
space:
mode:
authorRuslan Mustakov2017-08-14 20:15:06 +0700
committerRuslan Mustakov2017-08-14 20:15:06 +0700
commitad457976fcfc88c90fb12aa85843ef40119764e3 (patch)
tree0d33b2015c9425b30f73c3365ffb934211dfb2ba /editor/editor_node.h
parent9575dbdf788e8a5154b3ec2f66913e731ac02850 (diff)
downloadgodot-ad457976fcfc88c90fb12aa85843ef40119764e3.tar.gz
godot-ad457976fcfc88c90fb12aa85843ef40119764e3.tar.zst
godot-ad457976fcfc88c90fb12aa85843ef40119764e3.zip
Diffstat (limited to 'editor/editor_node.h')
-rw-r--r--editor/editor_node.h4
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();