aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/array_property_edit.h
diff options
context:
space:
mode:
authorRémi Verschelde2015-12-14 07:39:17 +0100
committerRémi Verschelde2015-12-14 07:39:17 +0100
commit55684dbea4dc29def533c28f47a0c70df3650c2b (patch)
treeb6ff09d98737c8341e3ad4b350f329001ed9c38d /tools/editor/array_property_edit.h
parent7f96f0603e16a970c7b0ea1fba936e56baf80d4a (diff)
parent2e8ed75d8dc1dc16399fc695a1fb130f312f4c5b (diff)
downloadgodot-55684dbea4dc29def533c28f47a0c70df3650c2b.tar.gz
godot-55684dbea4dc29def533c28f47a0c70df3650c2b.tar.zst
godot-55684dbea4dc29def533c28f47a0c70df3650c2b.zip
Merge pull request #3065 from TheHX/pr-array-editor
Fix array editor NodePath being relative to editor
Diffstat (limited to 'tools/editor/array_property_edit.h')
-rw-r--r--tools/editor/array_property_edit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/array_property_edit.h b/tools/editor/array_property_edit.h
index acfb8e68e..948b2a71a 100644
--- a/tools/editor/array_property_edit.h
+++ b/tools/editor/array_property_edit.h
@@ -30,6 +30,8 @@ public:
void edit(Object* p_obj, const StringName& p_prop, Variant::Type p_deftype);
+ Node *get_node();
+
ArrayPropertyEdit();
};