mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-18 15:40:45 +00:00
768f9422bc
`DirAccess *` needs to be deleted manually, and this is often forgotten especially when doing early returns with `ERR_FAIL_COND`. `DirAccessRef` is deleted automatically when it goes out of scope. Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com>