mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-19 03:47:02 +00:00
b3117b6369
The issue was causing by a bug within the logic for `FileAccessFilesystemJAndroid#eof_reached()` causing that value to remain false after the eof was reached. This in turn caused an infinite loop in the file scanner preventing the project's content from showing up.