Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Util: Fix getting sub-scene's root path
Cuurently, it prepends the "/root/" to the node's name as the path, if the node is the scene's root node. But, the absolute path reference points to nothing and leads NULL accessment. So, do not reform the path for the root node of the scene.
- Loading branch information