summaryrefslogtreecommitdiff
path: root/editor/editor_run.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_run.h')
-rw-r--r--editor/editor_run.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_run.h b/editor/editor_run.h
index d6cf3fed71..3bfe28e1ad 100644
--- a/editor/editor_run.h
+++ b/editor/editor_run.h
@@ -50,7 +50,7 @@ private:
public:
Status get_status() const;
String get_running_scene() const;
- Error run(const String &p_scene, const String &p_custom_args, const List<String> &p_breakpoints, const bool &p_skip_breakpoints = false);
+ Error run(const String &p_scene);
void run_native_notify() { status = STATUS_PLAY; }
void stop();