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

Fix early navigtion path return #100587

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Fix early navigtion path return #100587

merged 1 commit into from
Dec 20, 2024

Conversation

smix8
Copy link
Contributor

@smix8 smix8 commented Dec 19, 2024

Fixes early navigtion path return.

This extracts a fix from #100497 for a regression from #100129.

The issue was that the old path query function did a full return in some rarer edge cases avoiding the path postprocessing and other steps that could change or add unwanted path points. Since the old had just a mega function that return would fully finish the query but with the new function split into sub functions they would still run the later functions.

Fixes early navigtion path return.
@smix8 smix8 added this to the 4.4 milestone Dec 19, 2024
@smix8 smix8 requested a review from a team as a code owner December 19, 2024 00:23
@Repiteo Repiteo merged commit 5ceeff7 into godotengine:master Dec 20, 2024
20 checks passed
@Repiteo
Copy link
Contributor

Repiteo commented Dec 20, 2024

Thanks!

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.

3 participants