From 8a74d8438f5dee92927d953a7954ad3c3022cbd9 Mon Sep 17 00:00:00 2001 From: Yuri Sizov Date: Wed, 12 Apr 2023 21:02:28 +0200 Subject: Extract editor run toolbar into its own component - Simplify and update its logic. - Simplify EditorScript. - Improve EditorNode and other relevant includes. - Fix scene-based path in the movie writer when reloading a scene. --- editor/editor_run_native.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'editor/editor_run_native.h') diff --git a/editor/editor_run_native.h b/editor/editor_run_native.h index 2a5431e54b..f52a455bb2 100644 --- a/editor/editor_run_native.h +++ b/editor/editor_run_native.h @@ -52,11 +52,11 @@ protected: void _notification(int p_what); public: - Error run_native(int p_id); - bool is_deploy_debug_remote_enabled() const; - + Error start_run_native(int p_id); void resume_run_native(); + bool is_deploy_debug_remote_enabled() const; + EditorRunNative(); }; -- cgit v1.2.3