diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2021-12-05 06:40:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-05 06:40:42 +0100 |
commit | 8310d40646a1421809bcd46381d7a503c6781db3 (patch) | |
tree | 6fdec47979edaa02a48191905e69a542cf16b80a /editor/editor_run.h | |
parent | 2a9dd654bc0197dd864df61b5b37e302022c2871 (diff) | |
parent | de7873c2d87c3ee8af8c27e35f49767fcc384e75 (diff) |
Merge pull request #53241 from nathanfranke/auto-increment-debugger-port
[4.x] Auto-Increment Debugger Port (And a bit of cleanup)
Diffstat (limited to 'editor/editor_run.h')
-rw-r--r-- | editor/editor_run.h | 2 |
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(); |