Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Find target using get_parent to support reparenting at runtime.
Previously this was using get_parent_node_3d(), which returns null if top_level=true, which it is. Thus this check is guaranteed to fail except right when the Smoothing node is first initializing. Closes lawnjelly#58.
- Loading branch information