Skip to content

[rcore] Fix ScanDirectoryFilesRecursively #5002

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

Merged
merged 1 commit into from
Jun 20, 2025
Merged

Conversation

mlorenc227
Copy link
Contributor

Fixes a regression since 5.5, where ScanDirectoryFilesRecursively no longer does the "recursively" part due to path being static.

The issue was once already fixed in 5530a3c but recently made it back it in.

Fixes a regression since 5.5, where `ScanDirectoryFilesRecursively` no
longer does the "recursively" part due to `path` being `static`.

The issue was once already fixed in
raysan5@5530a3c
but recently made it back it in.
@mlorenc227 mlorenc227 changed the title Fix ScanDirectoryFilesRecursively [rcore] Fix ScanDirectoryFilesRecursively Jun 20, 2025
@raysan5 raysan5 merged commit 8b0230f into raysan5:master Jun 20, 2025
15 checks passed
@raysan5
Copy link
Owner

raysan5 commented Jun 20, 2025

@mlorenc227 Oh, good catch, I'm adding a comment to that line to remember!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants