Skip to content
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

[3.x] Fix crash in Tween.follow_property #52925

Merged
merged 1 commit into from
Sep 22, 2021

Conversation

timothyqiu
Copy link
Member

Check p_object for null before using it.

Fixes #52831. This PR targets 3.x because Tween API changed on master and follow_property does not exist there.

Check `p_object` for null before using it.
@timothyqiu timothyqiu added this to the 3.4 milestone Sep 22, 2021
@timothyqiu timothyqiu requested a review from a team as a code owner September 22, 2021 05:42
@akien-mga akien-mga merged commit 23bb588 into godotengine:3.x Sep 22, 2021
@akien-mga
Copy link
Member

Thanks!

@timothyqiu timothyqiu deleted the follow-property-null branch September 22, 2021 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants