diff options
| author | Juan Linietsky | 2015-08-02 20:28:10 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-08-02 20:28:10 -0300 |
| commit | cbee679bd78c1b3317db1ea4e349f278576304a1 (patch) | |
| tree | 862e1d13df996bd0d06fc2e97073e74ea78ec284 /tools/editor/script_editor_debugger.h | |
| parent | 59961c99144523d7cc2881a4abe6d0a319a975df (diff) | |
| download | godot-cbee679bd78c1b3317db1ea4e349f278576304a1.tar.gz godot-cbee679bd78c1b3317db1ea4e349f278576304a1.tar.zst godot-cbee679bd78c1b3317db1ea4e349f278576304a1.zip | |
live debug fixes
removing node in live debugging fixed
Diffstat (limited to '')
| -rw-r--r-- | tools/editor/script_editor_debugger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/script_editor_debugger.h b/tools/editor/script_editor_debugger.h index e8ac0fddb..cad41ce8a 100644 --- a/tools/editor/script_editor_debugger.h +++ b/tools/editor/script_editor_debugger.h @@ -159,7 +159,7 @@ public: void live_debug_remove_and_keep_node(const NodePath& p_at,ObjectID p_keep_id); void live_debug_restore_node(ObjectID p_id,const NodePath& p_at,int p_at_pos); void live_debug_duplicate_node(const NodePath& p_at,const String& p_new_name); - void live_debug_reparent_node(const NodePath& p_at,const NodePath& p_new_place,const String& p_new_name); + void live_debug_reparent_node(const NodePath& p_at,const NodePath& p_new_place,const String& p_new_name,int p_at_pos); void update_live_edit_root(); |
