You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
-fix path clear in animation call param, closes #3448
This commit is contained in:
@@ -262,6 +262,9 @@ public:
|
|||||||
|
|
||||||
NodePath np=value;
|
NodePath np=value;
|
||||||
|
|
||||||
|
if (np==NodePath())
|
||||||
|
return;
|
||||||
|
|
||||||
Node* root = EditorNode::get_singleton()->get_tree()->get_root();
|
Node* root = EditorNode::get_singleton()->get_tree()->get_root();
|
||||||
|
|
||||||
Node* np_node = root->get_node(np);
|
Node* np_node = root->get_node(np);
|
||||||
|
|||||||
Reference in New Issue
Block a user