We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Several advices:
SetParent
1
a
a == 1
AddParent
The text was updated successfully, but these errors were encountered:
I would agree with the first point and it will be improved.
The second one, if we put circle detecting to the function it will reduce the performance significantly.
I suggest using InherCircle manually and adding it to each SetParent call if detecting circle errors is the key step to you.
Thank you!
Sorry, something went wrong.
By the way, thank you for your work
mikespook
No branches or pull requests
Several advices:
SetParent
, if you set1
toa
, thena == 1
, butSetParent
is more likeAddParent
The text was updated successfully, but these errors were encountered: