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 EditorFileSystem update_files after #92893 #93006

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

Hilderin
Copy link
Contributor

Fixes a problem in EditorFileSystem::update_files from PR #92893

Resolving conflicts in another branch following today's merges in master, I realized that the method update_files had return statements instead of continue in the loop. That could potentially prevent some files to be updated from C#.

@Hilderin Hilderin changed the title Fix update_files from PR #92893 Fix update_files from PR 92893 Jun 11, 2024
@akien-mga akien-mga changed the title Fix update_files from PR 92893 Fix EditorFileSystem update_files after #92893 Jun 11, 2024
@akien-mga akien-mga added this to the 4.3 milestone Jun 11, 2024
@akien-mga
Copy link
Member

akien-mga commented Jun 11, 2024

Needs rebase.

Edit: Shouldn't need it after #93023.

@akien-mga akien-mga merged commit 928e044 into godotengine:master Jun 11, 2024
16 checks passed
@akien-mga
Copy link
Member

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.

2 participants