You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
-fix path clear in animation call param, closes #3448
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user