-fix path clear in animation call param, closes #3448

This commit is contained in:
Juan Linietsky 2016-02-02 19:04:45 -03:00
parent 857edbea1c
commit 9c4c6e4c4f

View file

@ -262,6 +262,9 @@ public:
NodePath np=value;
if (np==NodePath())
return;
Node* root = EditorNode::get_singleton()->get_tree()->get_root();
Node* np_node = root->get_node(np);