1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

Fix array editor NodePath being relative to editor

This commit is contained in:
Franklin Sobrinho
2015-12-13 11:42:29 -03:00
parent 451b1d9144
commit 2e8ed75d8d
3 changed files with 26 additions and 5 deletions

View File

@@ -30,6 +30,8 @@ public:
void edit(Object* p_obj, const StringName& p_prop, Variant::Type p_deftype);
Node *get_node();
ArrayPropertyEdit();
};