Skip to content

Util: Fix getting sub-scene's root path #256

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

starnight
Copy link
Contributor

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.

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.
@starnight starnight requested a review from dbnicholson October 10, 2024 09:55
@dbnicholson dbnicholson merged commit 093f362 into main Oct 10, 2024
3 checks passed
@dbnicholson dbnicholson deleted the fix-get_path-of-sub-scenes-root branch October 10, 2024 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants