-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
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
Initialize class variables with default values in scene/ [2/2] #45845
Conversation
416cc61
to
eacef0d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good aside from the few comments I left.
Very tedious to review it all, I can't imagine how long it took to do all those changes, but thanks for doing it!
eacef0d
to
7961a1d
Compare
Thanks! |
enabled = true; | ||
} | ||
bool imported = false; | ||
bool enabled = false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I missed this on review, but this changed the default value from true
to false
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed by #46585.
Was a regression from godotengine#45845.
Latest part of #43636